Set the format id of the cell. The cell will use the id to locate the
IExtendedFormat from its parent
IExcelWorksheet instance
Syntax
'Declaration
Public Sub SetFormatId( _
ByVal As Integer _
)
'Usage
Dim instance As ExcelCell
Dim id As Integer
instance.SetFormatId(id)
public void SetFormatId(
int
)
Parameters
- id
- The zero-based index of the format id of the cell.
See Also