'Declaration
Property AutoUpdateFilter As Boolean
'Usage
Dim instance As IWorksheet Dim value As Boolean instance.AutoUpdateFilter = value value = instance.AutoUpdateFilter
bool AutoUpdateFilter {get; set;}
Property Value
true
if the filter will update automatically; otherwise, false
.