Initializes a new instance of the XlsGradientStop class

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(
	OColor color,
	int position,
	int transparency
)
Public Sub New ( 
	color As OColor,
	position As Integer,
	transparency As Integer
)
public:
XlsGradientStop(
	OColor^ color, 
	int position, 
	int transparency
)
new : 
        color : OColor * 
        position : int * 
        transparency : int -> XlsGradientStop

Parameters

color
OColor
position
Int32
transparency
Int32

See Also