| TableLayout Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | TableLayout | 
            Initializes a new instance of the TableLayout class.
             | 
|  | TableLayout(Size) | 
            Initializes a new instance of the TableLayout class with the specified dimensions.
             | 
|  | TableLayout(TableRow) | 
            Initializes a new instance of the TableLayout class with the specified rows.
             | 
|  | TableLayout(IEnumerableTableRow) | 
            Initializes a new instance of the TableLayout class with the specified rows.
             | 
|  | TableLayout(Boolean, TableRow) | 
            Initializes a new instance of the TableLayout class with the specified rows.
             | 
|  | TableLayout(Int32, Int32) | 
            Initializes a new instance of the TableLayout class with the specified number of columns and rows.
             | 
 See Also
See Also