Spread Windows Forms 12.0 Product Documentation
Remove Method (FpStatusBarElementCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpStatusBarElementCollection Class : Remove Method
String value.
Removes a value from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As IFpStatusBarElement _
) As Boolean
'Usage
 
Dim instance As FpStatusBarElementCollection
Dim item As IFpStatusBarElement
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   IFpStatusBarElement item
)

Parameters

item
String value.

Return Value

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

Reference

FpStatusBarElementCollection Class
FpStatusBarElementCollection Members