TableLayoutPanelCellPosition

Wisej.Web.TableLayoutPanelCellPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a cell in a TableLayoutPanel.

public struct TableLayoutPanelCellPosition : ValueType

Constructors

Initializes a new instance of the TableLayoutPanelCellPosition class.

NameTypeDescription

column

The column position of the cell.

row

The row position of the cell.

Properties

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

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

Used By

NameDescription

Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell.

Returns the TableLayoutPanelCellPosition that represents the row and the column of the cell.

Last updated