| Name | Description |
---|
| ItemInt32 |
Get/sets the data column at index i. Setting is done by copying data, if the two columns has the same type. If the two columns are not of
the same type, an exception is thrown.
|
| ItemString |
Get/sets the data column with the given name. Setting is done by copying data, if the two columns has the same type. If the two columns are not of
the same type, an exception is thrown.
|
| ItemString, String | Gets or sets a property cell, with is specified by the data column name (1st argument), and the property column name (2nd argument).
Attention: this order of arguments is opposite to the usual notation used for matrices (row, column)! |