Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / DataRowFormatting Property


In This Topic
    DataRowFormatting Property (TableColumn)
    In This Topic
    Gets the format to apply to the data row cell of this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataRowFormatting As DifferentialFormat
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As DifferentialFormat
     
    value = instance.DataRowFormatting
    public DifferentialFormat DataRowFormatting {get;}

    Property Value

    A DifferentialFormat represents the format to apply to the data row cell of this column.
    See Also