TextLoader.Range.Max Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)