Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFillSeriesList Class / Remove Method
index of list


In This Topic
Remove Method (CustomFillSeriesList)
In This Topic
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)

Parameters

index
index of list
See Also