Number Property
Description
This read-only property returns this page's page number.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Number As Long |
Return Type
Long value representing the page number.
Remarks
This property starts counting at 0. So to get the actual page number you will need to increment this value by 1.
See Also