TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a cell in a TableLayoutPanel.
- C#
- VB.NET
public struct TableLayoutPanelCellPosition : ValueType
Public Structure TableLayoutPanelCellPosition
Implements ValueType
Constructors
TableLayoutPanelCellPosition(column, row)
Initializes a new instance of the TableLayoutPanelCellPosition class.
| Name | Type | Description |
|---|---|---|
| column | Int32 | The column position of the cell. |
| row | Int32 | The row position of the cell. |
Properties
Column
Int32: Returns or sets the column number of the current TableLayoutPanelCellPosition.
Row
Int32: Returns or sets the row number of the current TableLayoutPanelCellPosition.
Used By
| Name | Description |
|---|---|
| TableLayoutPanel.GetCellPosition | Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell. |
| TableLayoutSettings.GetCellPosition | Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell. |