Spread WinForms 15
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()

Return Value

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