Removes color book with the specified index.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub RemoveAt( _
   ByVal  As Integer _
) 
             
        
            
            'Usage
 
Dim index As Integer
 
ImGearColorBooks.RemoveAt(index)
             
        
            
            public static void RemoveAt( 
   int 
)
             
        
            
            public: static void RemoveAt( 
   int 
) 
             
        
            
            public:
static void RemoveAt( 
   int 
) 
             
        
             
        
            Parameters
- index
 
- Color book index.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also