MaxRowIndex

DocumentTableOptions.MaxRowIndex property

Gets or sets the largest zero-based index of a row to be extracted from a document table. The default value is negative which means that the largest row index is not limited.

public int MaxRowIndex { get; set; }

See Also