Spread Silverlight Documentation
FormatId Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : FormatId Property
Gets the format id of the IExcelCell.
Syntax
'Declaration
 
Public ReadOnly Property FormatId As System.Integer
'Usage
 
Dim instance As ExcelCell
Dim value As System.Integer
 
value = instance.FormatId
public System.int FormatId {get;}

Property Value

The format id.
Remarks
The instance of IExcelCell will use this id to locate the IExtendedFormat from the underlying IExcelWorkbook instance
See Also

Reference

ExcelCell Class
ExcelCell Members