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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XLSXChartShadowOuterType ShadowOuterType { get; set; }
Public Property ShadowOuterType As XLSXChartShadowOuterType
	Get
	Set
public:
virtual property XLSXChartShadowOuterType ShadowOuterType {
	XLSXChartShadowOuterType get () sealed;
	void set (XLSXChartShadowOuterType value) sealed;
}
abstract ShadowOuterType : XLSXChartShadowOuterType with get, set
override ShadowOuterType : XLSXChartShadowOuterType with get, set

Property Value

XLSXChartShadowOuterType

Implements

IShadow..::..ShadowOuterType

See Also