ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / GetPageBreaks Method

In This Topic
    GetPageBreaks Method
    In This Topic
    Fills the lists of row and column breaks used to generate the pages.
    Syntax
    'Declaration
     
    
    Protected Sub GetPageBreaks( _
       ByVal printRange As CellRange, _
       ByVal scaleMode As ScaleMode, _
       ByVal pageSize As Size, _
       ByVal rowBreaks As List(Of Integer), _
       ByVal colBreaks As List(Of Integer) _
    ) 

    Parameters

    printRange
    scaleMode
    pageSize
    rowBreaks
    colBreaks
    See Also