Skip to main content
Version: 3.5

TableLayoutPanelCellPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a cell in a TableLayoutPanel.

public struct TableLayoutPanelCellPosition : ValueType

Constructors

Instance memberTableLayoutPanelCellPosition(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 memberColumn

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

Instance memberRow

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.