ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / RemoveAt Method
Color book index.




In This Topic
RemoveAt Method (ImGearColorBooks)
In This Topic
Removes color book with the specified index.
Syntax
'Declaration
 
Public Shared Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim index As Integer
 
ImGearColorBooks.RemoveAt(index)

Parameters

index
Color book index.
See Also