IData Frame Properties
Properties
| Column | Gets the number of rows in the data frame. |
| Column | Gets the column index of the data frame. |
| Item | Gets the column at the specified position in the data frame. |
| Row | Gets the number of rows in the data frame. |
| Row | Gets the row index of the data frame. |
| Rows | Gets an enumerator for the rows of the data frame. |