Click or drag to resize
TableIndex Property
Gets the index of the table.

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public int Index { get; }

Property Value

Type: Int32

The index of the table is defined in Microsoft Word. The index number represents the position of the table in the Word document.

The index is a 1-based index.

See Also