[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedMultiRow.Fluent.CellBuilder

CellBuilder Class

Defines a builder to configurate Cell.

Inheritance
HideObjectMembers
CellBuilder
Namespace: C1.Web.Mvc.TransposedMultiRow.Fluent
Assembly: C1.Web.Mvc.TransposedMultiRow.dll
Syntax
public class CellBuilder : ColumnBaseBuilder<Cell, CellBuilder>

Constructors

Name Description
CellBuilder(Cell)

Creates one CellBuilder instance to configurate obj.

Methods

Name Description
Colspan(int)

Configurates Colspan. Number of grid columns spanned by the group.

Rowspan(int)

Configurates Rowspan. Number of grid rows spanned by the group.