Gets or sets the index of this page in the list. The index may need to be set to a different value e.g. if new pages were added to the list, or existing pages removed.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public int Index { get; set; }
Visual Basic
Public Property Index As Integer
	Get
	Set

See Also