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.Int32Required Integer. The number of the filter to delete.
DeferUpdate
Type: System.BooleanOptional Boolean.