Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / DataRowFormatting Property


In This Topic
    DataRowFormatting Property (Table)
    In This Topic
    Gets the data row format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataRowFormatting As DifferentialFormat
    'Usage
     
    
    Dim instance As Table
    Dim value As DifferentialFormat
     
    value = instance.DataRowFormatting
    public DifferentialFormat DataRowFormatting {get;}

    Property Value

    A DifferentialFormat object represents the data row format.
    See Also