Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (LightCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LightCollection Class : RemoveAt Method
Index of light.
Removes the light at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As LightCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
Index of light.
See Also

Reference

LightCollection Class
LightCollection Members