Click or drag to resize

DataColumnCollectionItem Property

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