SaveShapeTypeOption
SavePrstGomShape Property
|
Identifies whether PrstGomShape shape converted to a picture
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool SavePrstGomShape { get; set; }
Public Property SavePrstGomShape As Boolean
Get
Set
public:
property bool SavePrstGomShape {
bool get ();
void set (bool value);
}
member SavePrstGomShape : bool with get, set
Property Value
Type:
Boolean
See Also