Overload | Description |
---|---|
InsertTable(Int32,Int32) | Inserts a Table of a specific size in this Container. |
InsertTable(Int32,Int32,Int32) | Inserts a Table of a specific size and at a specific location, in this Container. |
InsertTable(Table) | Inserts the provided Table in this Container. |
InsertTable(Int32,Table) | Inserts the provided Table at a specific location in this Container. |