[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.TableColumnBuilder

TableColumnBuilder Class

Defines a builder to configurate TableColumn.

Inheritance
HideObjectMembers
TableColumnBuilder
Namespace: C1.Web.Mvc.Sheet.Fluent
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class TableColumnBuilder : BaseBuilder<TableColumn, TableColumnBuilder>

Constructors

Name Description
TableColumnBuilder(TableColumn)

Creates one TableColumnBuilder instance to configurate obj.

Methods

Name Description
Name(string)

Configurates Name. Sets the name of the table column.

TotalRowFunction(string)

Configurates TotalRowFunction. The function to show in the totals row cell for the column.

TotalRowLabel(string)

Configurates TotalRowLabel. The string to show in the totals row cell for the column.