Spread Windows Forms 12.0 Product Documentation
IsNoFill Method


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

Return Value

true if this Fill represents no fill; otherwise, false.
See Also

Reference

Fill Structure
Fill Members