Click or drag to resize

DataTable Methods

The DataTable type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all rows and all columns from the table.
Public methodCopyFrom
Copies all information from the given data table.
Public methodStatic memberCreate(DataTable)
Creates new chart table based on the given data table.
Public methodStatic memberCreate(DataTable, ITypeManager)
Creates new chart table based on the given data table.
Public methodEmpty
Removes all rows from the table.
Public methodNewColumn
Creates new data column.
Public methodNewColumn(Type, String, String)
Creates new data column.
Public methodNewColumn(TypeCode, String, String)
Creates new data column.
Public methodNewRow
Creates new data row.
Public methodSerialize
Serializes current table instance into the corresponding Javascript object notation.
Top
See Also