Click or drag to resize

DataTableItem Property

Overload List
 NameDescription
Public propertyItemInt32 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.
Public propertyItemString 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.
Public propertyItemString, StringGets 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)!
Top
See Also