Skip to main content
Version: 4.1

TableLayoutPanelCellPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a cell in a TableLayoutPanel.

public struct TableLayoutPanelCellPosition : ValueType

Constructors​

Instance member TableLayoutPanelCellPosition(column, row)​

Initializes a new instance of the TableLayoutPanelCellPosition class.

NameTypeDescription
columnInt32The column position of the cell.
rowInt32The row position of the cell.

Properties​

Instance member Column​

Int32: Returns or sets the column number of the current TableLayoutPanelCellPosition.

Instance member Row​

Int32: Returns or sets the row number of the current TableLayoutPanelCellPosition.

Used By​

NameDescription
TableLayoutPanel.GetCellPositionReturns the TableLayoutPanelCellPosition that represents the row and the column of the cell.
TableLayoutSettings.GetCellPositionReturns the TableLayoutPanelCellPosition that represents the row and the column of the cell.