Click or drag to resize

FrameRowItem Property (String)

Gets the value of the column with the given name.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Object this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: Object
The value.

Implements

IReadOnlyDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThere is no column in the row with the given name.
See Also