Click or drag to resize

DataFrameItem Property

Overload List
 NameDescription
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.
Top
See Also