Index Property (PreviewPageExternal)
In This Topic
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.
Syntax
'Declaration
Public Property Index As Integer
public int Index {get; set;}
See Also