Click or drag to resize

FrameColumnCollectionItem Property (Int32)

Gets the column with the given index.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public FrameColumn this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the column.

Return Value

Type: FrameColumn
The column with index index.

Implements

IReadOnlyListTItemInt32
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex is less than zero or greater than or equal to the number of rows Count.
See Also