ComponentOne ASP.NET MVC Controls
TotalRowFunction Method

C1.Web.Mvc.Sheet.Fluent Namespace > TableColumnBuilder Class : TotalRowFunction Method
The value.
Configurates C1.Web.Mvc.Sheet.TableColumn.TotalRowFunction. The function to show in the totals row cell for the column.
Syntax
'Declaration
 
Public Function TotalRowFunction( _
   ByVal value As String _
) As TableColumnBuilder
public TableColumnBuilder TotalRowFunction( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TableColumnBuilder Class
TableColumnBuilder Members