Spread Windows Forms 12.0 Product Documentation
SetBreak Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > PageBreaks Class : SetBreak Method
An integer value indicates the axis index.
A BreakAttributes value indicates the page break information.
Set the page break information for the specified axis index.
Syntax
'Declaration
 
Public Sub SetBreak( _
   ByVal index As Integer, _
   ByVal breakAttributes As BreakAttributes _
) 
'Usage
 
Dim instance As PageBreaks
Dim index As Integer
Dim breakAttributes As BreakAttributes
 
instance.SetBreak(index, breakAttributes)
public void SetBreak( 
   int index,
   BreakAttributes breakAttributes
)

Parameters

index
An integer value indicates the axis index.
breakAttributes
A BreakAttributes value indicates the page break information.
See Also

Reference

PageBreaks Class
PageBreaks Members