GenericValueField<TValue> indexer
Gets or sets the value of this field with the specified row.
public TValue? this[IRow row] { get; set; }
| parameter | description |
|---|---|
| row | The row. |
See Also
- interface IRow
- class GenericValueField<TValue>
Gets or sets the value of this field with the specified row.
public TValue? this[IRow row] { get; set; }
| parameter | description |
|---|---|
| row | The row. |