Spread Silverlight Documentation
TotalsRowFunction Property (ExcelTableColumn)


GrapeCity.Excel Namespace > ExcelTableColumn Class : TotalsRowFunction Property
An enumeration indicating which type of aggregation to show in the totals row cell for this column
Syntax
'Declaration
 
Public Property TotalsRowFunction As ExcelTableTotalsRowFunction
'Usage
 
Dim instance As ExcelTableColumn
Dim value As ExcelTableTotalsRowFunction
 
instance.TotalsRowFunction = value
 
value = instance.TotalsRowFunction
public ExcelTableTotalsRowFunction TotalsRowFunction {get; set;}
See Also

Reference

ExcelTableColumn Class
ExcelTableColumn Members