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


In This Topic
    FormatId Property (IExcelColumn)
    In This Topic
    Gets the format id of the column.
    Syntax
    'Declaration
     
    ReadOnly Property FormatId As Integer
    'Usage
     
    Dim instance As IExcelColumn
    Dim value As Integer
     
    value = instance.FormatId
    int FormatId {get;}

    Property Value

    The format id of the column.
    See Also