Initializes a new instance of the XlsGradientStop class
Namespace: Spire.Xls.Core.Spreadsheet.ShapesAssembly: 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