DocumentTableOptions Class |
Namespace: GroupDocs.Assembly.Data
The DocumentTableOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentTableOptions |
Creates a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | FirstRowContainsColumnNames |
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 |
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 |
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 |
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 |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |