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; }
Public ReadOnly Default Property Item (
name As String
) As Object
Get
public:
virtual property Object^ default[String^ name] {
Object^ get (String^ name) sealed;
}
abstract Item : Object with get
override Item : Object with get
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
ObjectThe value.
Implements
IReadOnlyDictionaryTKey, TValueItemTKeyExceptions See Also