[]
Removes a fill from the collection.
public bool Remove(Fill item)
Public Function Remove(item As Fill) As Boolean
Type | Name | Description |
---|---|---|
Fill | item | Fill. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |