Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / IsEmpty Method / IsEmpty() Method


In This Topic
    IsEmpty() Method
    In This Topic
    Gets a value indicating whether the IndexBitmap is empty.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

    true if the IndexBitmap is empty; otherwise, false.
    See Also