FrameRowItem(String) Property
            Gets the value of the column with the given name.
            
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- name  String
 - The name of the column.
 
ObjectThe value.
IReadOnlyDictionaryTKey, TValueItemTKey