Click or drag to resize

DataTable Methods

The DataTable type exposes the following members.

Methods
  NameDescription
Public methodgetDataColumn
Get a data column with given name.
Public methodgetDataColumns
Get all data columns in the table.
Public methodgetDataTableProperties
List all properties in a table.
Public methodgetDataTableProperty
Get the information about the property with given name.
Public methodonDataTablePropertyChanged
Event raised when a data table property has changed value.
Public methodsearchDataColumns
Get the data columns that matches the search expression.
Remarks
For search syntax see Spotfire user manual.
Public methodsetDataTableProperty
Set the value of an existing property.
Top
See Also