  | DataFrameItem(Int32, Subset) Property | 
            Gets the subcolumn indicated by the given column index and row subset.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDFColumn this[
	int colIndex,
	Subset rowSubset
] { get; }Public ReadOnly Default Property Item ( 
	colIndex As Integer,
	rowSubset As Subset
) As IDFColumn
	Get
public:
property IDFColumn^ default[int colIndex, Subset^ rowSubset] {
	IDFColumn^ get (int colIndex, Subset^ rowSubset);
}member Item : IDFColumn with get
Parameters
- colIndex  Int32
 -  
 - rowSubset  Subset
 -  
 
Property Value
IDFColumn
See Also