Spread Windows Forms 12.0 Product Documentation
Insert Method (FpStatusBarElementCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpStatusBarElementCollection Class : Insert Method
Index at which item should be inserted.
value.
Inserts a value into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As IFpStatusBarElement _
) 
'Usage
 
Dim instance As FpStatusBarElementCollection
Dim index As Integer
Dim item As IFpStatusBarElement
 
instance.Insert(index, item)
public void Insert( 
   int index,
   IFpStatusBarElement item
)

Parameters

index
Index at which item should be inserted.
item
value.
See Also

Reference

FpStatusBarElementCollection Class
FpStatusBarElementCollection Members