Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / FormatId Property


In This Topic
    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.
    Remarks
    The instance of IExcelCell will use this id to locate the IExtendedFormat from the underlying IExcelWorkbook instance
    See Also