Property Item
| Improve this Doc View SourceItem[Column]
Gets or sets the data value for specified column.
Declaration
public object this[Column key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Column | key | The column as key. |
Property Value
Type | Description |
---|---|
System.Object | The data value. |
Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Item[TKey]