[]
Configure Cell.
public virtual HeaderCellGroupBuilder Cells(Action<ListItemFactory<Cell, CellBuilder>> builder)
Public Overridable Function Cells(builder As Action(Of ListItemFactory(Of Cell, CellBuilder))) As HeaderCellGroupBuilder
| Type | Name | Description |
|---|---|---|
| Action<ListItemFactory<Cell, CellBuilder>> | builder | The builder action. |
| Type | Description |
|---|---|
| HeaderCellGroupBuilder | The cell group builder. |