FrameViewItem(String) Property
Get the column with the given name.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public FrameColumn this[
string columnName
] { get; }
Public ReadOnly Default Property Item (
columnName As String
) As FrameColumn
Get
public:
property FrameColumn^ default[String^ columnName] {
FrameColumn^ get (String^ columnName);
}
member Item : FrameColumn with get
- columnName String
- The name of the column.
FrameColumnThe requested column.