Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetGradientEffect Method
A Fill value indicates the gradient fill.


In This Topic
    GetGradientEffect Method
    In This Topic
    Gets the gradient effect of the specified fill.
    Syntax
    'Declaration
     
    
    Public Function GetGradientEffect( _
       ByVal fill As Fill _
    ) As GradientFillEffect
    'Usage
     
    
    Dim instance As Styles
    Dim fill As Fill
    Dim value As GradientFillEffect
     
    value = instance.GetGradientEffect(fill)
    public GradientFillEffect GetGradientEffect( 
       Fill fill
    )

    Parameters

    fill
    A Fill value indicates the gradient fill.

    Return Value

    A GradientFillEffect value represents the gradient effect of the specified fill.
    See Also