Gets or sets the number of the first page to display in the page navigation aids.
Syntax
'Declaration
Public Property StartPage As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.StartPage = value
value = instance.StartPage
public int StartPage {get; set;}
See Also