Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / OnAutoFilterChanged Method


In This Topic
    OnAutoFilterChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnAutoFilterChanged( _
       ByVal column As Integer, _
       ByVal row As Integer, _
       ByVal row2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As IAutoFilterOwner
    Dim column As Integer
    Dim row As Integer
    Dim row2 As Integer
     
    instance.OnAutoFilterChanged(column, row, row2)
    void OnAutoFilterChanged( 
       int column,
       int row,
       int row2
    )

    Parameters

    column
    row
    row2
    See Also