Table of Contents

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)

Parameters

columnSpan int

The number of columns spanned by the table layout cell.

rowSpan int

The number of rows spanned by the table layout cell.