| Modifier and Type | Method and Description |
|---|---|
ITable |
add(IRange range)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
ITable |
add(IRange range,
boolean containsHeader)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
void |
fromJson(java.lang.String json)
Generate the tables from json string
|
ITable |
get(int index)
Gets the
ITable at the specified index. |
ITable |
get(java.lang.String name)
Gets the
ITable with the specified name. |
int |
getCount()
Returns the number of objects in the collection.
|
java.lang.String |
toJson()
Generate the string from tables
|
ITable get(java.lang.String name)
ITable with the specified name.name - The ITable name.int getCount()
ITable add(IRange range)
range - The applied range.ITable add(IRange range, boolean containsHeader)
range - The applied range.containsHeader - Whether the range contains a header.void fromJson(java.lang.String json)
json - java.lang.String toJson()