DateTimeColumnItem Property |
Gets or sets the
DateTime value at the specified row index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DateTime this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based row index.
Property Value
DateTime
See Also