Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellSkipper.SkipHandler Delegate


In This Topic
    CellSkipper.SkipHandler Delegate
    In This Topic
    The skip handler.
    Syntax
    'Declaration
     
    Public Delegate Function CellSkipper.SkipHandler( _
       ByVal worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As New CellSkipper.SkipHandler(AddressOf HandlerMethod)
    public delegate bool CellSkipper.SkipHandler( 
       Worksheet worksheet,
       int row,
       int column
    )

    Parameters

    worksheet
    row
    column
    See Also