Spread Windows Forms 12.0 Product Documentation
Remove Method (CustomFillSeriesList)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CustomFillSeriesList Class : Remove Method
index of list
Remove one list at index (User only could remove the list is not build-in)
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As CustomFillSeriesList
Dim index As Integer
 
instance.Remove(index)
public void Remove( 
   int index
)

Parameters

index
index of list
See Also

Reference

CustomFillSeriesList Class
CustomFillSeriesList Members