MaxColumnIndex

DocumentTableOptions.MaxColumnIndex property

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

public int MaxColumnIndex { get; set; }

See Also