'Declaration Public Overloads Sub SetCellValue( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferenceThe cell to change.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal valueThe cell value.As Double _
)
public void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference,
double value
)
Parameters
- worksheet
- The worksheet.
- cellReference
- The cell to change.
- value
- The cell value.