FrameColumnCollectionItem Property (String) |
Gets 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 name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As FrameColumn
Get
public:
property FrameColumn^ default[String^ name] {
FrameColumn^ get (String^ name);
}
member Item : FrameColumn with get
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
FrameColumnThe column with the given name.
Exceptions See Also