Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowStyle Property


In This Topic
    TotalsRowStyle Property
    In This Topic
    Gets the name of the cell style that is applied to the totals row cell of this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalsRowStyle As String
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As String
     
    value = instance.TotalsRowStyle
    public string TotalsRowStyle {get;}

    Property Value

    A string value represents the name of the cell style that is applied to the totals row cell.
    See Also