TableLayoutSettings Methods
.NET Framework 4.5
The TableLayoutSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetCellPosition | Gets the TableLayoutPanelCellPosition that represents the row and the column of the cell. |
|
GetColumn | Gets the column position of the specified child control. |
|
GetColumnSpan | Gets the number of columns that the cell containing the child control spans. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRow | Gets the row position of the specified child control. |
|
GetRowSpan | Gets the number of rows that the cell containing the child control spans. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
SetCellPosition | Sets the TableLayoutPanelCellPosition that represents the row and the column of the cell. |
|
SetColumn | Sets the column position for the specified child control. |
|
SetColumnSpan | Sets the number of columns that the cell containing the child control spans. |
|
SetRow | Sets the row position of the specified child control. |
|
SetRowSpan | Sets the number of rows that the cell containing the child control spans. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ISerializable.GetObjectData | For a description of this member, see ISerializable.GetObjectData. |