Gets or sets the string at the specified column index.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based column index.
Property Value
String
See Also