MaxRows

ConvertOptions.MaxRows property

Gets or sets the maximum number of data rows to include per worksheet when converting spreadsheets. Rows beyond this limit are truncated with an ellipsis indicator.

public int MaxRows { get; set; }

Property Value

0 means unlimited (default).

See Also