System.Windows.Forms.TableLayoutPanelCellPosition Members

The members of System.Windows.Forms.TableLayoutPanelCellPosition are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Public Properties

Columnint.

Gets or sets the column number of the current System.Windows.Forms.TableLayoutPanelCellPosition.

Rowint.

Gets or sets the row number of the current System.Windows.Forms.TableLayoutPanelCellPosition.

Public Methods

override
Equals(object) : bool

Specifies whether this System.Windows.Forms.TableLayoutPanelCellPosition contains the same row and column as the specified System.Windows.Forms.TableLayoutPanelCellPosition.

override
GetHashCode() : int

Returns a hash code for this System.Windows.Forms.TableLayoutPanelCellPosition.

override
ToString() : string

Converts this System.Windows.Forms.TableLayoutPanelCellPosition to a human readable string.

Public Operators