'Declaration Public Overloads Sub SetCellValue( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal columnIndexThe column index.As System.Int32, _
ByVal rowIndexThe row index.As System.Int32, _
ByVal textThe cell value.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
- The worksheet.
- columnIndex
- The column index.
- rowIndex
- The row index.
- text
- The cell value.