TotalRowFunction Property (WorkbookTableColumn)
In This Topic
Gets or sets the function to show in the totals row cell for this column.
Syntax
'Declaration
Public Property TotalRowFunction As String
public string TotalRowFunction {get; set;}
See Also