XlsShape
SetParents Method
|
Sets the parent shapes collection for the current object by searching for a parent of type XlsShapesCollection.
Throws an ArgumentNullException if the parent collection is not found.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected virtual void SetParents()
Protected Overridable Sub SetParents
protected:
virtual void SetParents()
abstract SetParents : unit -> unit
override SetParents : unit -> unit
See Also