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