Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (Fill)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure : IsEmpty Method
Determines whether this instance is empty.
Syntax
'Declaration
 
Public Function IsEmpty() As Boolean
'Usage
 
Dim instance As Fill
Dim value As Boolean
 
value = instance.IsEmpty()
public bool IsEmpty()

Return Value

true if this instance is empty; otherwise, false.
See Also

Reference

Fill Structure
Fill Members