Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / FormatId Property


In This Topic
    FormatId Property (IExcelCell)
    In This Topic
    Gets the format id of the IExcelCell.
    Syntax
    'Declaration
     
    ReadOnly Property FormatId As Integer
    'Usage
     
    Dim instance As IExcelCell
    Dim value As Integer
     
    value = instance.FormatId
    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