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;}
See Also