Break.PageIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that represents the page number on which the specified break occurs.
public:
property int PageIndex { int get(); };
public int PageIndex { get; }
member this.PageIndex : int
Public ReadOnly Property PageIndex As Integer