Spread Silverlight Documentation
FormatId Property (IExcelCell)


GrapeCity.Excel Namespace > IExcelCell Interface : FormatId Property
Gets the format id of the IExcelCell.
Syntax
'Declaration
 
ReadOnly Property FormatId As System.Integer
'Usage
 
Dim instance As IExcelCell
Dim value As System.Integer
 
value = instance.FormatId
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

IExcelCell Interface
IExcelCell Members