The DataFrame type exposes the following members.

Properties

  NameDescription
Cols
Gets the number of columns in this data frame.
ColumnHeaders
Gets and sets the array of column labels in this data frame.
ColumnNames
Gets an array of the column names in this data frame.
CreateDate
Gets the creation datetime for this data object.
ItemOverloaded.
Name
Gets and sets the name for this data frame.
RowKeyHeader
Gets and sets the header for the row keys in this data frame.
RowKeys
Gets an object array of the row keys in this data frame.
Rows
Gets the number of rows in this data frame.
StringRowKeys
Gets a string array of the row keys in this data frame.
Type
Gets the type of this data object.

See Also