Click or drag to resize

DocxDocumentGetAllTables Method

Gets all tables contained into the document.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public ICollection<DocxTable> GetAllTables()

Return Value

Type: ICollectionDocxTable
ICollection<DocxTable>.
See Also