Spread Silverlight Documentation
TotalsRowCustomFunction Property (ExcelTableColumn)


Represents the formula that is used to perform the calculation the totals cell of the column
Syntax
'Declaration
 
Public Property TotalsRowCustomFunction As System.String
'Usage
 
Dim instance As ExcelTableColumn
Dim value As System.String
 
instance.TotalsRowCustomFunction = value
 
value = instance.TotalsRowCustomFunction
public System.string TotalsRowCustomFunction {get; set;}
Remarks
It should be only exists when the TotlsRowFunction is custom
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelTableColumn Class
ExcelTableColumn Members

 

 


Copyright © GrapeCity, inc. All rights reserved.