'Declaration Function SetCellValue( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object _ ) As Boolean
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorksheet instance
- row
- The zero based cell row index
- column
- The zero based cell column index
- value
- The object used to set the value
Return Value
true If the cell is in a valid cell in the specified worksheet, otherwise, false