bool ExcelSetCellFormat( short sheet, int row, int col, int ixf, Type type )
'Declaration Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal ixf As Integer, _ ByVal type As Type _ ) As Boolean
'Declaration
Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal ixf As Integer, _ ByVal type As Type _ ) As Boolean
'Usage Dim instance As IExcelBiffRead Dim sheet As Short Dim row As Integer Dim col As Integer Dim ixf As Integer Dim type As Type Dim value As Boolean value = instance.ExcelSetCellFormat(sheet, row, col, ixf, type)
'Usage
Dim instance As IExcelBiffRead Dim sheet As Short Dim row As Integer Dim col As Integer Dim ixf As Integer Dim type As Type Dim value As Boolean value = instance.ExcelSetCellFormat(sheet, row, col, ixf, type)
IExcelBiffRead Interface IExcelBiffRead Members