FrameTable.AddRow Method |
Name | Description | |
---|---|---|
![]() | AddRow(IReadOnlyDictionary<String, Object>) |
Adds a new row of data to the data frame.
|
![]() | AddRow<T>(IReadOnlyList<T>) |
Adds a new row of data to the frame.
|
![]() | AddRow(Object[]) |
Add a new row of data to the data frame.
|