IFormat3D
ExtrusionHeight Property
|
Gets or sets the shapeDepth's height.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double ExtrusionHeight { get; set; }
Property ExtrusionHeight As Double
Get
Set
property double ExtrusionHeight {
double get ();
void set (double value);
}
abstract ExtrusionHeight : float with get, set
Property Value
Type:
Double
See Also