Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / ClearInternal(Int32,Boolean,Boolean) Method


In This Topic
    ClearInternal(Int32,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ClearInternal( _
       ByVal column As Integer, _
       Optional ByVal removing As Boolean, _
       Optional ByVal notify As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As AutoFilter
    Dim column As Integer
    Dim removing As Boolean
    Dim notify As Boolean
    Dim value As Boolean
     
    value = instance.ClearInternal(column, removing, notify)
    public bool ClearInternal( 
       int column,
       bool removing,
       bool notify
    )

    Parameters

    column
    removing
    notify
    See Also