TableLayoutPanelCellPosition
Wisej.Web.TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a cell in a TableLayoutPanel.
public struct TableLayoutPanelCellPosition : ValueTypePublic Structure TableLayoutPanelCellPosition
Implements ValueTypeConstructors
TableLayoutPanelCellPosition(column, row)
Initializes a new instance of the TableLayoutPanelCellPosition class.
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
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
Was this helpful?

