MinColumnIndex

DocumentTableOptions.MinColumnIndex property

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

public int MinColumnIndex { get; set; }

See Also