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