DateTimeColumnGetValueDirect Method |
Gets the raw value stored at the specified index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected DateTime GetValueDirect(
int idx
)
Parameters
- idx Int32
- The zero-based row index.
Return Value
DateTimeThe stored value.
See Also