Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Clear Method / Clear() Method


In This Topic
    Clear() Method
    In This Topic
    Clears all bits in the IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear() 
    'Usage
     
    
    Dim instance As IndexBitmap
     
    instance.Clear()
    public void Clear()
    See Also