MaxColumns

ConvertOptions.MaxColumns property

Gets or sets the maximum number of columns to include per table when converting spreadsheets. Columns beyond this limit are truncated with an ellipsis indicator.

public int MaxColumns { get; set; }

Property Value

0 means unlimited (default).

See Also