Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (FpStatusBarElementCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpStatusBarElementCollection Class : RemoveAt Method
Index of value.
Removes a value from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As FpStatusBarElementCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Index of value.
See Also

Reference

FpStatusBarElementCollection Class
FpStatusBarElementCollection Members