SaveOptionsUpdateSmartArt Property |
Indicates whether updating smart art setting.
The default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool UpdateSmartArt { get; set; }
Public Property UpdateSmartArt As Boolean
Get
Set
public:
property bool UpdateSmartArt {
bool get ();
void set (bool value);
}
member UpdateSmartArt : bool with get, set
Property Value
Type:
Boolean
Remarks
Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.
See Also