Click or drag to resize

AsciiLineCompositionItem Property

Gets the column information at the specified index.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiColumnInfo this[
	int i
] { get; }

Parameters

i  Int32
Zero-based index of the column to retrieve.

Return Value

AsciiColumnInfo
The AsciiColumnInfo for the requested column index.
See Also