Spread Silverlight Documentation
TotalsRowLabel Property (IExcelTableColumn)


GrapeCity.Excel Namespace > IExcelTableColumn Interface : TotalsRowLabel Property
A string to show in the totals row cell for this column.
Syntax
'Declaration
 
Property TotalsRowLabel As System.String
'Usage
 
Dim instance As IExcelTableColumn
Dim value As System.String
 
instance.TotalsRowLabel = value
 
value = instance.TotalsRowLabel
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

IExcelTableColumn Interface
IExcelTableColumn Members