[]
Defines a builder to configurate Cell.
public class CellBuilder : ColumnBaseBuilder<Cell, CellBuilder>
| Name | Description |
|---|---|
| CellBuilder(Cell) | Creates one CellBuilder instance to configurate |
| 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. |