Data |
| Name | Description | |
|---|---|---|
| ItemInt32 |
Returns the column at index idx. Sets the column at indexidx by copying data from
the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
| |
| ItemString |
Returns the column with name s. Sets the column with name s by copying data from
the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
|