TableLayoutSettings Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetCellPosition(Object^) | Gets the TableLayoutPanelCellPosition that represents the row and the column of the cell. |
![]() | GetColumn(Object^) | Gets the column position of the specified child control. |
![]() | GetColumnSpan(Object^) | Gets the number of columns that the cell containing the child control spans. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRow(Object^) | Gets the row position of the specified child control. |
![]() | GetRowSpan(Object^) | Gets the number of rows that the cell containing the child control spans. |
![]() | GetType() | |
![]() | SetCellPosition(Object^, TableLayoutPanelCellPosition) | Sets the TableLayoutPanelCellPosition that represents the row and the column of the cell. |
![]() | SetColumn(Object^, Int32) | Sets the column position for the specified child control. |
![]() | SetColumnSpan(Object^, Int32) | Sets the number of columns that the cell containing the child control spans. |
![]() | SetRow(Object^, Int32) | Sets the row position of the specified child control. |
![]() | SetRowSpan(Object^, Int32) | 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(SerializationInfo^, StreamingContext) | For a description of this member, see ISerializable::GetObjectData. |


