The DataFrameR, C generic type exposes the following members.
| Name | Description |
---|
 | ColumnCount |
Gets the number of columns in the data frame.
|
 | ColumnIndex |
Gets or sets the column index of the data frame.
|
 | Columns |
Gets an enumerator over the columns of the data frame.
|
 | ItemInt32 |
Gets the column at the specified index.
|
 | ItemC |
Gets, sets or adds a column with the specified key.
|
 | NamedColumns |
Gets an enumerator over pairs of column key values and the corresponding columns.
|
 | NamedRows |
Gets an enumerator over pairs of row key values and the corresponding rows.
|
 | RowCount |
Gets the number of rows in the data frame.
|
 | RowIndex |
Gets the row index of the data frame.
|
 | Rows |
Gets an enumerator over the rows of the data frame.
|
Top
Reference