[]
Pushes a cell-factory on top of the current ones.
public void PushCellFactory(GridLinkedCellFactory cellFactory)
Public Sub PushCellFactory(cellFactory As GridLinkedCellFactory)
| Type | Name | Description |
|---|---|---|
| GridLinkedCellFactory | cellFactory | A cell-factory that will be executed firstly in the stack. |
The cell-factory at the top of the stack is the one to be executed directly by the panel of cells.