'Declaration
Property IsManual As Boolean
'Usage
Dim instance As IManualRowFilterSupport Dim value As Boolean instance.IsManual = value value = instance.IsManual
bool IsManual {get; set;}
Property Value
true
specifies the filter will not automatically trigger when there is a cell change; otherwise, false
.