Sets the format id which used to locate the correspond
IExtendedFormat from its parent
IExcelWorksheet instance.
Syntax
'Declaration
Sub SetFormatId( _
ByVal As Integer _
)
'Usage
Dim instance As IExcelRow
Dim id As Integer
instance.SetFormatId(id)
Parameters
- id
- the zero base index of the id used to locate the IExtendedFormat
See Also