[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpStatusBarElementCollection.Remove

Remove Method

Remove(IFpStatusBarElement)

Removes a value from the collection.

Declaration
public bool Remove(IFpStatusBarElement item)
Public Function Remove(item As IFpStatusBarElement) As Boolean
Parameters
Type Name Description
IFpStatusBarElement item

String value.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements