  | DataFrameItem(Slice, Subset) Property | 
            Gets a new data frame containing the portion of this data frame indicated by
            the given row slice and column subset.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame this[
	Slice rowSlice,
	Subset colSubset
] { get; }Public ReadOnly Default Property Item ( 
	rowSlice As Slice,
	colSubset As Subset
) As DataFrame
	Get
public:
property DataFrame^ default[Slice^ rowSlice, Subset^ colSubset] {
	DataFrame^ get (Slice^ rowSlice, Subset^ colSubset);
}member Item : DataFrame with get
Parameters
- rowSlice  Slice
 -  
 - colSubset  Subset
 -  
 
Property Value
DataFrame
See Also