'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.