Overload List

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

See Also