Gets index of the entry in the document outline.

Namespace: FirstFloor.Documents.DocumentStructures
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public int EntryIndex { get; internal set; }
Visual Basic
Public Property EntryIndex As Integer
	Get
	Friend Set
Visual C++
public:
property int EntryIndex {
	int get ();
	internal: void set (int value);
}

Field Value

The index of the entry.

See Also