FrameColumnCollectionItem(String) Property
Gets 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 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
- name String
- The name of the column.
FrameColumnThe column with the given name.