ExcelSetCellFormat Method (IExcelBiffRead)
In This Topic
FORMAT - Sets the cell format. - Excel Biff Record
Syntax
'Declaration
Function ExcelSetCellFormat( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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)
bool ExcelSetCellFormat(
short ,
int ,
int ,
int ,
Type
)
Parameters
- sheet
- Sheet index
- row
- col
- ixf
- type
See Also