The members of System.Windows.Forms.TableLayoutPanelCellPosition are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Windows.Forms.TableLayoutPanelCellPosition class. |
Column | int.
Gets or sets the column number of the current System.Windows.Forms.TableLayoutPanelCellPosition. | |
Row | int.
Gets or sets the row number of the current System.Windows.Forms.TableLayoutPanelCellPosition. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | ToString()
|
static | Equality(TableLayoutPanelCellPosition, TableLayoutPanelCellPosition) |
Compares two System.Windows.Forms.TableLayoutPanelCellPosition objects. The result specifies whether the values of the TableLayoutPanelCellPosition.Row and TableLayoutPanelCellPosition.Column properties of the two System.Windows.Forms.TableLayoutPanelCellPosition objects are equal. |
static | Inequality(TableLayoutPanelCellPosition, TableLayoutPanelCellPosition) |
Compares two System.Windows.Forms.TableLayoutPanelCellPosition objects. The result specifies whether the values of the TableLayoutPanelCellPosition.Row and TableLayoutPanelCellPosition.Column properties of the two System.Windows.Forms.TableLayoutPanelCellPosition objects are unequal. |