Class TableLayoutPanelCellSpan
Represents the vertical and horizontal span of a table layout cell.
public class TableLayoutPanelCellSpan
- Inheritance
-
TableLayoutPanelCellSpan
- Inherited Members
Constructors
- TableLayoutPanelCellSpan()
Initializes a new instance of the TableLayoutPanelCellSpan class.
- TableLayoutPanelCellSpan(int, int)
Initializes a new instance of the TableLayoutPanelCellSpan class using the specified column and row span.
Properties
- ColumnSpan
Gets the number of columns spanned by this table layout cell.
- RowSpan
Gets the number of rows spanned by this table layout cell.
Methods
- ToString()
Returns a string that represents the current object.