Spread Windows Forms 12.0 Product Documentation
GetBreak Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > PageBreaks Class : GetBreak Method
An integer value indicates the axis index.
Get the BreakAttributes value of the specified axis index.
Syntax
'Declaration
 
Public Function GetBreak( _
   ByVal index As Integer _
) As BreakAttributes
'Usage
 
Dim instance As PageBreaks
Dim index As Integer
Dim value As BreakAttributes
 
value = instance.GetBreak(index)
public BreakAttributes GetBreak( 
   int index
)

Parameters

index
An integer value indicates the axis index.

Return Value

A BreakAttributes value represents the page break information.
See Also

Reference

PageBreaks Class
PageBreaks Members