'Declaration
Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal styleIndex As Integer _ ) As Boolean
Parameters
- sheet
- Sheet index
- row
- Row index
- col
- Column index
- styleIndex
- Style index
'Declaration
Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal styleIndex As Integer _ ) As Boolean