Click or drag to resize

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

Parameters

columnName
Type: SystemString
The name of the column.

Return Value

Type: FrameColumn
The requested column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is .
IndexOutOfRangeExceptioncolumnName is not the name of a column in the view.
See Also