In This Topic
Adds a table with the specified name to the specified cell range of the sheet view with the specified style.
Overload List
| Overload | Description |
| AddTable(String,Int32,Int32,Int32,Int32,String) |
Adds a table with the specified name to the specified cell range of the sheet view with the specified style.
|
| AddTable(String,Int32,Int32,Int32,Int32,String,Boolean,Boolean) |
Adds a table with a specified name to the specified cell range of the sheet view with the specified style.
|
| AddTable(String,Int32,Int32,Int32,Int32) |
Adds a table with the specified name to the specified cell range of the sheet view with the default table style.
|
| AddTable(Int32,Int32,Int32,Int32,String) |
Adds a table to the specified cell range of the sheet view with the specified style.
|
| AddTable(Int32,Int32,Int32,Int32,String,Boolean,Boolean) |
Adds a table to the specified cell range of the sheet view with the specified style.
|
| AddTable(Int32,Int32,Int32,Int32) |
Adds a table to the specified cell range of the sheet view with the default style.
|
| AddTable(TableView) | Adds a TableView. |
See Also