Format3D
ContourWidth Property
|
Gets or sets the width of the contour.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
Double
Implements
IFormat3D
ContourWidth
See Also