FormatId Property (ExcelCell)
In This Topic
Gets the format id of the
IExcelCell.
Syntax
'Declaration
Public ReadOnly Property FormatId As Integer
'Usage
Dim instance As ExcelCell
Dim value As Integer
value = instance.FormatId
public int FormatId {get;}
Property Value
The format id.
See Also