'Declaration
Public Overridable Function Cells( _ ByVal builder As Action(Of ListItemFactory(Of Cell,CellBuilder)) _ ) As CellGroupBuilder
public virtual CellGroupBuilder Cells( Action<ListItemFactory<Cell,CellBuilder>> builder )
Parameters
- builder
- The builder action.
Return Value
The cell group builder.