FrameViewItem Property (String) |
Get the column with the given name.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- columnName
- Type: SystemString
The name of the column.
Return Value
Type:
FrameColumnThe requested column.
Exceptions See Also