SaveShapeTypeOption
SaveAll Property
|
Identifies whether All 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 SaveAll { get; set; }
Public Property SaveAll As Boolean
Get
Set
public:
property bool SaveAll {
bool get ();
void set (bool value);
}
member SaveAll : bool with get, set
Property Value
Type:
Boolean
See Also