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


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

    Property Value

    The format id of the row.
    See Also