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