'Declaration Public Overloads Sub SetCellValue( _
ByVal worksheetРабочий лист.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferenceЯчейка, которую нужно изменить.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal textЗначение ячейки.As System.String _
)
public void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference,
System.String text
)
public: void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cellReference,
System.String text
)
public:
void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ cellReference,
System.String text
)
Parameters
- worksheet
- Рабочий лист.
- cellReference
- Ячейка, которую нужно изменить.
- text
- Значение ячейки.