DocxDocument.GetAllTables Method

QsInformatica.Utils

DocxDocumentGetAllTables Method

Gets all tables contained into the document.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public ICollection<DocxTable> GetAllTables()
Public Function GetAllTables As ICollection(Of DocxTable)
public:
ICollection<DocxTable^>^ GetAllTables()
member GetAllTables : unit -> ICollection<DocxTable> 

Return Value

Type: ICollectionDocxTable
ICollection<DocxTable>.
See Also