GrapeCity.Xaml.Excel
TotalsRowLabel Property (ExcelTableColumn)


GrapeCity.Excel Namespace > ExcelTableColumn Class : TotalsRowLabel Property
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

Reference

ExcelTableColumn Class
ExcelTableColumn Members