FormatId Property (IExcelRow)
In This Topic
Gets the format id of the row.
Syntax
'Declaration
ReadOnly Property FormatId As Integer
'Usage
Dim instance As IExcelRow
Dim value As Integer
value = instance.FormatId
Property Value
The format id of the row.
See Also