FixedWidthTextOptions.GetColumnBreaks Method

Returns an array containing the positions of the column breaks.

Definition

Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
public int[] GetColumnBreaks()

Return Value

Int32[]
An integer array containing the zero-based positions where each column begins.

See Also