Click or drag to resize

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
)

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