Click or drag to resize

DataFrame Properties

The DataFrame type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in this data frame.
Public propertyColumnHeaders Gets and sets the array of column labels in this data frame.
Public propertyColumnNames Gets an array of the column names in this data frame.
Public propertyCreateDate Gets the creation datetime for this data object.
Public propertyItemInt32 Gets the column indicated by the given column index.
Public propertyItemString Gets the column indicated by the given column name.
Public propertyItemInt32, Slice Gets the subcolumn indicated by the given column index and row slice.
Public propertyItemInt32, Subset Gets the subcolumn indicated by the given column index and row subset.
Public propertyItemInt32, Int32 Gets and sets the element at the given row and column index.
Public propertyItemObject, String Gets and sets the element specified by the given row key and column name.
Public propertyItemSlice, Slice Gets a new data frame containing the portion of this data frame indicated by the given row slice and column slice.
Public propertyItemSlice, Subset Gets a new data frame containing the portion of this data frame indicated by the given row slice and column subset.
Public propertyItemSubset, Slice Gets a new data frame containing the portion of this data frame indicated by the given row subset and column slice.
Public propertyItemSubset, Subset Gets a new data frame containing the portion of this data frame indicated by the given row subset and column subset.
Public propertyName Gets and sets the name for this data frame.
Public propertyRowKeyHeader Gets and sets the header for the row keys in this data frame.
Public propertyRowKeys Gets an object array of the row keys in this data frame.
Public propertyRows Gets the number of rows in this data frame.
Public propertyStringRowKeys Gets a string array of the row keys in this data frame.
Public propertyType Gets the type of this data object.
Top
See Also