Adds a range table with a specified size to the sheet.
Overload List
Overload | Description |
AddTable(String,Int32,Int32,Int32,Int32) | Adds a range table with a specified size to the sheet. |
AddTable(String,Int32,Int32,Int32,Int32,TableStyle) | Adds a range table with a specified size to the sheet. |
AddTable(String,Int32,Int32,Object) | Adds a range table with a specified data source to the sheet. |
AddTable(String,Int32,Int32,Object,TableStyle) | Adds a range table with a specified data source to the sheet. |
See Also