AsciiLineCompositionItem Property |
Gets the column information at the specified index.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AsciiColumnInfo this[
int i
] { get; }Parameters
- i Int32
- Zero-based index of the column to retrieve.
Return Value
AsciiColumnInfoThe
AsciiColumnInfo for the requested column index.
See Also