DataTable Methods |
The DataTable type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Removes all rows and all columns from the table.
| |
CopyFrom |
Copies all information from the given data table.
| |
Create(DataTable) |
Creates new chart table based on the given data table.
| |
Create(DataTable, ITypeManager) |
Creates new chart table based on the given data table.
| |
Empty |
Removes all rows from the table.
| |
NewColumn |
Creates new data column.
| |
NewColumn(Type, String, String) |
Creates new data column.
| |
NewColumn(TypeCode, String, String) |
Creates new data column.
| |
NewRow |
Creates new data row.
| |
Serialize |
Serializes current table instance into the corresponding Javascript object notation.
|