MinRowIndex

DocumentTableOptions.MinRowIndex property

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

public int MinRowIndex { get; set; }

See Also