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


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

Parameters

id
The current ID.
nextId
The corresponding ID of the next entry point.

Return Value

The next break entry point.
See Also