Overload List

  NameDescription
AddRow(ICollection)
Adds a row to this data frame using default row key (this.Rows + 1).
AddRow(DataRow)
Adds the data from the given DataRow to this data frame.
AddRow(Int32, DataRow)
Adds the data from the given DataRow using the specified column in the row as the row key.
AddRow(Object, DoubleVector)
Adds a row to this data frame.
AddRow(Object, ICollection)
Adds a row to this data frame.
AddRow(Object, IDictionary)
Adds a row to this data frame from the given dictionary.
AddRow(Object, DataRow)
Adds the data from the given DataRow using the given row key.
AddRow(Object, array<Object>[]()[])
Adds a row to this data frame.

See Also