FrameRowItem Property (Int32) |
Gets the value of the column with the given index.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Object this[
int c
] { get; }
Public ReadOnly Default Property Item (
c As Integer
) As Object
Get
public:
virtual property Object^ default[int c] {
Object^ get (int c) sealed;
}
abstract Item : Object with get
override Item : Object with get
Parameters
- c
- Type: SystemInt32
The index of the column.
Return Value
Type:
ObjectThe value of the
cth column.
Implements
IReadOnlyListTItemInt32Exceptions See Also