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

Property Value

Double

Implements

IFormat3D..::..ContourWidth

See Also