TextOptions Properties

Properties

AutoCategorize Gets which columns in a data frame are automatically converted to categorical variables.
ColumnHeaders Gets whether the first row contains column headers.
Culture Gets the culture of the data file.
DateTimeFormat Gets an object that specifies how numeric values are parsed and formatted.
DecimalType Gets the type used to represent numbers with decimals.
FormatProvider Gets an object that provides information on how to parse strings and format values.
InferenceRows Gets the number of rows used to infer the type of columns.
MaxCategories Gets the largest number of distinct levels for a column to be considered categorical.
NumberFormat Gets an object that specifies how dates and times are parsed and formatted.
RowHeaders Gets whether the first column contains row headers.
StartRow Gets the 1-based index of the first row.

See Also