  | DataFrameItem(String) Property | 
            Gets the column indicated by the given column name.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDFColumn this[
	string colName
] { get; }Public ReadOnly Default Property Item ( 
	colName As String
) As IDFColumn
	Get
public:
property IDFColumn^ default[String^ colName] {
	IDFColumn^ get (String^ colName);
}member Item : IDFColumn with get
Parameters
- colName  String
 -  
 
Property Value
IDFColumn
See Also