Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellSkipper Class / CellSkipper Constructor
Handler of the skipped row.


In This Topic
    CellSkipper Constructor
    In This Topic
    Creates a new instance of the CellSkipper class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal skipHandler As CellSkipper.SkipHandler _
    )
    'Usage
     
    Dim skipHandler As CellSkipper.SkipHandler
     
    Dim instance As New CellSkipper(skipHandler)
    public CellSkipper( 
       CellSkipper.SkipHandler skipHandler
    )

    Parameters

    skipHandler
    Handler of the skipped row.
    See Also