System.Windows.Forms.TableLayoutSettings: Method Members

The methods of System.Windows.Forms.TableLayoutSettings are listed below. For a list of all members, see the TableLayoutSettings Members list.

See Also: Inherited members from System.Windows.Forms.LayoutSettings

Public Methods

GetCellPosition(object) : TableLayoutPanelCellPosition

Gets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.

GetColumn(object) : int

Gets the column position of the specified child control.

GetColumnSpan(object) : int

Gets the number of columns that the cell containing the child control spans.

GetRow(object) : int

Gets the row position of the specified child control.

GetRowSpan(object) : int

Gets the number of rows that the cell containing the child control spans.

SetCellPosition(object, TableLayoutPanelCellPosition)

Sets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.

SetColumn(object, int)

Sets the column position for the specified child control.

SetColumnSpan(object, int)

Sets the number of columns that the cell containing the child control spans.

SetRow(object, int)

Sets the row position of the specified child control.

SetRowSpan(object, int)

Sets the number of rows that the cell containing the child control spans.