XlsGradientStop Constructor
 | 
Initializes a new instance of the XlsGradientStop class with a default OColor.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public:
XlsGradientStop()
 
new : unit -> XlsGradientStop
 
 
 
Return Value
Type:
An instance of XlsGradientStop with m_color property initialized to a new OColor.
 
See Also