FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / RemoveAt Method
Index of the element


In This Topic
RemoveAt Method (PSObjects)
In This Topic
Removes the specified element (by index) from the collection.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As PSObjects
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of the element
See Also