'Declaration Public Sub SetCellValue( _
ByVal cellReferenceСсылка на ячейку.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal textЗначение ячейки формулы.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
- Ссылка на ячейку.
- text
- Значение ячейки формулы.