Constructor TableLayoutPanelCellSpan
- Namespace
- Bonsai.Design.Visualizers
- Assembly
- Bonsai.Design.Visualizers.dll
TableLayoutPanelCellSpan()
Initializes a new instance of the TableLayoutPanelCellSpan class.
public TableLayoutPanelCellSpan()
TableLayoutPanelCellSpan(int, int)
Initializes a new instance of the TableLayoutPanelCellSpan class using the specified column and row span.
public TableLayoutPanelCellSpan(int columnSpan, int rowSpan)