| Name | Description |
---|
 | ItemInt32 |
Gets the column indicated by the given column index.
|
 | ItemString |
Gets the column indicated by the given column name.
|
 | ItemInt32, Slice |
Gets the subcolumn indicated by the given column index and row slice.
|
 | ItemInt32, Subset |
Gets the subcolumn indicated by the given column index and row subset.
|
 | ItemInt32, Int32 |
Gets and sets the element at the given row and column index.
|
 | ItemObject, String |
Gets and sets the element specified by the given row key and column name.
|
 | ItemSlice, Slice |
Gets a new data frame containing the portion of this data frame indicated by
the given row slice and column slice.
|
 | ItemSlice, Subset |
Gets a new data frame containing the portion of this data frame indicated by
the given row slice and column subset.
|
 | ItemSubset, Slice |
Gets a new data frame containing the portion of this data frame indicated by
the given row subset and column slice.
|
 | ItemSubset, Subset |
Gets a new data frame containing the portion of this data frame indicated by
the given row subset and column subset.
|