ITables Interface Members
In This Topic
The following tables list the members exposed by ITables.
Public Properties
| Name | Description |
| Count |
Returns the number of objects in the collection (read-only).
|
| Item | Overloaded. Gets the ITable with the specified name. |
Top
Public Methods
| Name | Description |
| Add |
Creates a table that includes the specified range of cells and returns the newly created object.
|
| FromJson |
Generate the tables from json string.
|
| GetEnumerator | (Inherited from System.Collections.IEnumerable) |
| ToJson |
Generate the string from tables.
|
Top
See Also