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


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

    Property Value

    The format id of the column.
    See Also