'Declaration Public Sub SetCellValue( _
ByVal cellReferenceThe reference to a cell.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal textCell value of formula.As System.String _
)
public void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference,
System.String text
)
public: void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cellReference,
System.String text
)
public:
void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ cellReference,
System.String text
)
Parameters
- cellReference
- The reference to a cell.
- text
- Cell value of formula.