Share via


ODSOFilters.Delete Method

Deletes a filter object from the ODSOFilters collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Delete ( _
    Index As Integer, _
    DeferUpdate As Boolean _
)
'Usage
Dim instance As ODSOFilters
Dim Index As Integer
Dim DeferUpdate As Boolean

instance.Delete(Index, DeferUpdate)
void Delete(
    int Index,
    bool DeferUpdate
)

Parameters

  • Index
    Type: System.Int32

    Required Integer. The number of the filter to delete.

See Also

Reference

ODSOFilters Interface

ODSOFilters Members

Microsoft.Office.Core Namespace