SpreadsheetGear 2017
TwoColorGradient Method (IFillFormat)






SpreadsheetGear.Shapes Namespace > IFillFormat Interface : TwoColorGradient Method
Specifies the style and direction of the gradient fill.
Sets this fill to a two-color gradient fill.
Syntax
'Declaration
 
Sub TwoColorGradient( _
   ByVal gradientStyle As GradientStyle _
) 
'Usage
 
Dim instance As IFillFormat
Dim gradientStyle As GradientStyle
 
instance.TwoColorGradient(gradientStyle)
void TwoColorGradient( 
   GradientStyle gradientStyle
)
procedure TwoColorGradient( 
    gradientStyle: GradientStyle
); 
function TwoColorGradient( 
   gradientStyle : GradientStyle
);
void TwoColorGradient( 
   GradientStyle gradientStyle
) 
void TwoColorGradient( 
   GradientStyle gradientStyle
) 

Parameters

gradientStyle
Specifies the style and direction of the gradient fill.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFillFormat Interface
IFillFormat Members