Spread Silverlight Documentation
TotalsRowCustomFunction Property (IExcelTableColumn)


GrapeCity.Excel Namespace > IExcelTableColumn Interface : TotalsRowCustomFunction Property
Represents the formula that is used to perform the calculation the totals cell of the column
Syntax
'Declaration
 
Property TotalsRowCustomFunction As System.String
'Usage
 
Dim instance As IExcelTableColumn
Dim value As System.String
 
instance.TotalsRowCustomFunction = value
 
value = instance.TotalsRowCustomFunction
System.string TotalsRowCustomFunction {get; set;}
Remarks
It should be only exists when the TotlsRowFunction is custom
See Also

Reference

IExcelTableColumn Interface
IExcelTableColumn Members