The IDataFrame type exposes the following members.
| Name | Description |
---|
 | ColumnCount |
Gets the number of rows in the data frame.
|
 | ColumnIndex |
Gets the column index of the data frame.
|
 | Item |
Gets the column at the specified position in the data frame.
|
 | RowCount |
Gets the number of rows in the data frame.
|
 | RowIndex |
Gets the row index of the data frame.
|
 | Rows |
Gets an enumerator for the rows of the data frame.
|
Top
Reference