Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageExternal Class / Index Property

In This Topic
    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