Share via


TextLoader.Range.Max Field

Definition

The maximum index of the column, inclusive. If null indicates that the TextLoader should auto-detect the legnth of the lines, and read until the end. If max is specified, the fields AutoEnd and VariableEnd are ignored.

public int? Max;
val mutable Max : Nullable<int>
Public Max As Nullable(Of Integer) 

Field Value

Applies to