DocumentTable Constructor (String, Int32, DocumentTableOptions) |
Creates a new instance of this class.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic DocumentTable(
string documentPath,
int indexInDocument,
DocumentTableOptions options
)
Public Sub New (
documentPath As String,
indexInDocument As Integer,
options As DocumentTableOptions
)
public:
DocumentTable(
String^ documentPath,
int indexInDocument,
DocumentTableOptions^ options
)
new :
documentPath : string *
indexInDocument : int *
options : DocumentTableOptions -> DocumentTable
Parameters
- documentPath
- Type: SystemString
The path to a document containing the table to be accessed. - indexInDocument
- Type: SystemInt32
The zero-based index of the table in the document. - options
- Type: GroupDocs.Assembly.DataDocumentTableOptions
A set of options controlling extraction of data from the table. If null, default options are applied.
See Also