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

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

Property Value

Type: Int32

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

The Index is a 1-based index.

See Also