Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / IsEmpty Method


In This Topic
    IsEmpty Method (GradientFillEffect)
    In This Topic
    Determines whether this gradient effect is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As GradientFillEffect
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

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