ComponentOne ASP.NET MVC Controls
ShowTotalRow Method

C1.Web.Mvc.Sheet.Fluent Namespace > TableBuilder Class : ShowTotalRow Method
The value.
Configurates C1.Web.Mvc.Sheet.Table.ShowTotalRow. Indicates whether the table should include a total row.
Syntax
'Declaration
 
Public Function ShowTotalRow( _
   ByVal value As Boolean _
) As TableBuilder
public TableBuilder ShowTotalRow( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TableBuilder Class
TableBuilder Members