Constructor TableLayoutPanelCellSpan
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)