ODSOFilters.Delete(Int32, Boolean) Method

Definition

Deletes a filter object from the ODSOFilters collection.

public void Delete (int Index, bool DeferUpdate = false);
abstract member Delete : int * bool -> unit
Public Sub Delete (Index As Integer, Optional DeferUpdate As Boolean = false)

Parameters

Index
Int32

Required Integer. The number of the filter to delete.

DeferUpdate
Boolean

Optional Boolean.

Applies to