ComponentOne ASP.NET MVC Controls
TotalRowLabel Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TableColumnBuilder Class
TableColumnBuilder Members