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; }
Public ReadOnly Default Property Item (
index As Integer
) As FrameColumn
Get
public:
virtual property FrameColumn^ default[int index] {
FrameColumn^ get (int index) sealed;
}
abstract Item : FrameColumn with get
override Item : FrameColumn with get
Parameters
- index
- Type: SystemInt32
The index of the column.
Return Value
Type:
FrameColumnThe column with index
index.
Implements
IReadOnlyListTItemInt32Exceptions See Also