Spread Silverlight Documentation
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 System.String
'Usage
 
Dim instance As ExcelTableColumn
Dim value As System.String
 
instance.TotalsRowLabel = value
 
value = instance.TotalsRowLabel
public System.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