Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableColumn Class / TotalsRowLabel Property


In This Topic
    TotalsRowLabel Property (ExcelTableColumn)
    In This Topic
    A string to show in the totals row cell for this column.
    Syntax
    'Declaration
     
    Public Property TotalsRowLabel As String
    'Usage
     
    Dim instance As ExcelTableColumn
    Dim value As String
     
    instance.TotalsRowLabel = value
     
    value = instance.TotalsRowLabel
    public string TotalsRowLabel {get; set;}
    Remarks
    This setting should be ignored unless the totalsRowFunction equals to none for this column, in which case it is displayed in the totals row.
    See Also