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 XLSXChartBevelType BevelBottomType { get; set; }
Public Property BevelBottomType As XLSXChartBevelType
	Get
	Set
public:
virtual property XLSXChartBevelType BevelBottomType {
	XLSXChartBevelType get () sealed;
	void set (XLSXChartBevelType value) sealed;
}
abstract BevelBottomType : XLSXChartBevelType with get, set
override BevelBottomType : XLSXChartBevelType with get, set

Property Value

XLSXChartBevelType

Implements

IFormat3D..::..BevelBottomType

See Also