'Declaration Function SetCellStyle( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal formatIndex As Integer, _ ByVal type As CellType _ ) As Boolean
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorkbook instance
- row
- The zero based cell row index
- column
- The zero based cell column index
- formatIndex
- The zero based format index used to locate the format settings which stores in a global section.
- type
- A CellType instance used to set the cell type.
Return Value
true if the cell is in a valid cell in the specified worksheet, otherwise, false