Gets the column indicated by the given column name.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public IDFColumn this[
	string colName
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	colName As String _
) As IDFColumn
Visual C++
public:
property IDFColumn^ default[String^ colName] {
	IDFColumn^ get (String^ colName);
}

Parameters

colName
Type: System..::.String

See Also