Gets a numerator of the next page for the fractional page view.
Valid when Fractional page view was used.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property NextNumerator As Nullable(Of Integer) Get Friend Set |
C# |
---|
public Nullable<int> NextNumerator { get; internal set; } |