Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableColumn Interface / TotalsRowLabel Property


In This Topic
    TotalsRowLabel Property (IExcelTableColumn)
    In This Topic
    A string to show in the totals row cell for this column.
    Syntax
    'Declaration
     
    Property TotalsRowLabel As String
    'Usage
     
    Dim instance As IExcelTableColumn
    Dim value As String
     
    instance.TotalsRowLabel = value
     
    value = instance.TotalsRowLabel
    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