| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ITable |
ITables.add(IRange range)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
ITable |
ITables.add(IRange range,
boolean containsHeader)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
ITable |
ITables.get(int index)
Gets the
ITable at the specified index. |
ITable |
ITables.get(java.lang.String name)
Gets the
ITable with the specified name. |
ITable |
ISlicerCache.getTable()
Returns a
ITable object associated with slicer. |