PanelPages.Move
Syntax:
Parameters:
<Page> (required)
The index of the page in a collection of panel pages that is being moved or the page itself.
<Offset> (required)
Number of positions to which a page must be moved in the collection. Positive value indicates that the item will be moved towards the end of collection, while negative value indicates that the item will be moved towards the beginning of collection.
Description:
Availability:
Example:
Panel.Pages.Move(1, -1); |