[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.Fluent.CellBuilder

CellBuilder Class

Defines a builder to configurate Cell.

Inheritance
HideObjectMembers
CellBuilder
Namespace: C1.Web.Mvc.MultiRow.Fluent
Assembly: C1.Web.Mvc.MultiRow.dll
Syntax
public class CellBuilder : ColumnBaseBuilder<Cell, CellBuilder>
Public Class CellBuilder
    Inherits ColumnBaseBuilder(Of 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.