Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PageBreaks Class / NextBreak Method
The current break entry point.
The corresponding ID of the next entry point.


In This Topic
NextBreak Method
In This Topic
Gets the next break entry point.
Syntax
'Declaration
 
Public Function NextBreak( _
   ByVal breakItemIndex As Integer, _
   ByRef id As Integer _
) As Integer
 
'Usage
 
Dim instance As PageBreaks
Dim breakItemIndex As Integer
Dim id As Integer
Dim value As Integer
 
value = instance.NextBreak(breakItemIndex, id)

Parameters

breakItemIndex
The current break entry point.
id
The corresponding ID of the next entry point.

Return Value

The next break entry point.
See Also