DocumentTableOptions
Contents
[
Hide
]
DocumentTableOptions class
Provides a set of options to control extraction of data from a document table.
public class DocumentTableOptions
Constructors
Name | Description |
---|---|
DocumentTableOptions() | Creates a new instance of this class. |
Properties
Name | Description |
---|---|
FirstRowContainsColumnNames { get; set; } | Gets or sets a value indicating whether column names are to be obtained from the first extracted row of a document table. The default value is false. |
MaxColumnIndex { get; set; } | 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. |
MaxRowIndex { get; set; } | 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. |
MinColumnIndex { get; set; } | 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. |
MinRowIndex { get; set; } | 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. |
See Also
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly