[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattingBagList-1.RemoveAll

RemoveAll Method

RemoveAll(Predicate<T>)

Removes items from the list based on predicate.

Declaration
public virtual int RemoveAll(Predicate<T> match)
Public Overridable Function RemoveAll(match As Predicate(Of T)) As Integer
Parameters
Type Name Description
Predicate<T> match

Predicate deciding should item be removed or not.

Returns
Type Description
int