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


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

    Property Value

    The format id of the row.
    See Also