CurrentPageIndex Property
In This Topic
Gets or sets the current page.
Syntax
'Declaration
Public Property CurrentPageIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.CurrentPageIndex = value
value = instance.CurrentPageIndex
public int CurrentPageIndex {get; set;}
Example
This example sets the current page index.
See Also