| 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.
|
| Item[C] |
Gets, sets or adds a column with the specified key.
|
| Item[Int32] |
Gets the column at the specified index.
|
| 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.
|