Spread WinForms 15
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)

Parameters

fill
A Fill value indicates the gradient fill.

Return Value

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