FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / FlexSheetPaginator Class / FlexSheetPaginator Constructor
The C1FlexSheet instance.
The size of the page.
The List of the printed pages.
The PrintParameters used for printing.
The collection of column breaks.
The collection of row breaks.
The zoom parameter.

In This Topic
    FlexSheetPaginator Constructor
    In This Topic
    Instantiate a new instance of the FlexSheetPaginator.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheets As C1FlexSheet, _
       ByVal pageSize As Size, _
       ByVal pages As List(Of FrameworkElement), _
       ByVal p As PrintParameters, _
       ByVal colBreaks As List(Of Integer), _
       ByVal rowBreaks As List(Of Integer), _
       ByVal zoom As Double _
    )

    Parameters

    sheets
    The C1FlexSheet instance.
    pageSize
    The size of the page.
    pages
    The List of the printed pages.
    p
    The PrintParameters used for printing.
    colBreaks
    The collection of column breaks.
    rowBreaks
    The collection of row breaks.
    zoom
    The zoom parameter.
    See Also