FrameTableAddRow Method (IReadOnlyDictionaryString, Object) |
Adds a new row of data to the data frame.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void AddRow(
IReadOnlyDictionary<string, Object> values
)
Public Sub AddRow (
values As IReadOnlyDictionary(Of String, Object)
)
public:
void AddRow(
IReadOnlyDictionary<String^, Object^>^ values
)
member AddRow :
values : IReadOnlyDictionary<string, Object> -> unit
Parameters
- values
- Type: System.Collections.GenericIReadOnlyDictionaryString, Object
A dictionary that maps the existing column names to the cell values for the new row.
See Also