Set the format id of the row. The row 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 ExcelRow
Dim id As Integer
instance.SetFormatId(id)
public void SetFormatId(
int
)
Parameters
- id
- The zero-based index of the format id of the row.
See Also