Click or drag to resize

DataFrameAddRows Method

Overload List
 NameDescription
Public methodAddRows(DataRowCollection) Adds the data from the given DataRowCollection.
Public methodAddRows(Int32, DataRowCollection) Adds the data from the given DataRow using the specified column as row keys.
Public methodAddRows(Object, DataRowCollection) Adds the data from the given DataRowCollection using the specified row keys.
Top
See Also