Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XlsGradientStop Add(
	Color color,
	int position,
	int transparency,
	int tint,
	int shade
)
Public Function Add ( 
	color As Color,
	position As Integer,
	transparency As Integer,
	tint As Integer,
	shade As Integer
) As XlsGradientStop
public:
XlsGradientStop^ Add(
	Color color, 
	int position, 
	int transparency, 
	int tint, 
	int shade
)
member Add : 
        color : Color * 
        position : int * 
        transparency : int * 
        tint : int * 
        shade : int -> XlsGradientStop 

Parameters

color
Color
position
Int32
transparency
Int32
tint
Int32
shade
Int32

Return Value

XlsGradientStop

See Also