Finding the Index of Table Elements
Contents
[
Hide
]
Finding the index of any node involves gathering all child nodes of the element’s type from the parent node then using the NodeCollection.indexOf(com.aspose.words.Node) method to find the index of the desired node in the collection.
Finding the Index of Table in a Document
The following code example shows how to retrieve the index of a table in the document.
Finding the Index of a Row in a Table
The following code example shows how to retrieve the index of a row in a table.
Finding the Index of a Cell in a Row
The following code example shows how to retrieve the index of a cell in a row.