'Declaration Public Overloads Sub SetCellValue( _
ByVal worksheetРабочий лист.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.As System.Int32, _
ByVal textЗначение ячейки.As System.String _
)
public void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 columnIndex,
System.Int32 rowIndex,
System.String text
)
public: void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 columnIndex,
System.Int32 rowIndex,
System.String text
)
public:
void SetCellValue(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.Int32 columnIndex,
System.Int32 rowIndex,
System.String text
)
Parameters
- worksheet
- Рабочий лист.
- columnIndex
- Индекс столбца.
- rowIndex
- Индекс строки.
- text
- Значение ячейки.