Click or drag to resize

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; }

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: FrameColumn
The column with the given name.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThere is no column with the name name in the collection.
See Also