IGeomPathInfo
ExtrusionOk Property
|
Gets or sets a value indicating whether the extrusion process is successful.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ExtrusionOk { get; set; }
Property ExtrusionOk As Boolean
Get
Set
property bool ExtrusionOk {
bool get ();
void set (bool value);
}
abstract ExtrusionOk : bool with get, set
Property Value
Type:
Boolean
See Also