Spread WPF 18
GrapeCity.Spreadsheet Namespace / Fill Structure / IsNoFill Method


In This Topic
    IsNoFill Method
    In This Topic
    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