java.lang.Object
com.aspose.words.DataTableCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class DataTableCollection
- extends java.lang.Object
A collection of DataTable objects.
You do not create instances of this class directly. You access data tables collection as a property of a data set object.
Method Summary |
void | add(DataTable dataTable) | |
Adds a table to the collection. The table name must be unique within the collection, otherwise it will throw an exception.
|
DataTable | get(java.lang.String name) | |
Gets a data table by name. Returns null if the table is not found.
|
java.util.Iterator | iterator() | |
Returns an iterator for data table objects contained in this collection.
|
-
Adds a table to the collection. The table name must be unique within the collection, otherwise it will throw an exception.
get | |
public DataTable get(java.lang.String name) |
-
Gets a data table by name. Returns null if the table is not found.
iterator | |
public java.util.Iterator iterator() |
-
Returns an iterator for data table objects contained in this collection.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.