Overload | Description |
---|---|
Add(String,String,TableStyle,Boolean) | Adds a new Table to the TableCollection using a range of cells defined by cell addresses. |
Add(String,String,String,TableStyle,Boolean) | Adds a new Table to the TableCollection using its name and a range of cells defined by cell addresses. |
Add(Int32,Int32,Int32,Int32,TableStyle,Boolean) | Adds a new Table to the TableCollection using a range of cells defined by indexes. The indexes start at (0, 0). |
Add(String,Int32,Int32,Int32,Int32,TableStyle,Boolean) | Adds a new Table to the TableCollection using its name and a range of cells defined by indexes. The indexes start at (0, 0). |