Click or drag to resize

XlsObject SetParent Method

Sets parent of the object.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void SetParent(
	Object parent
)

Parameters

parent
Type: System Object
New parent for this object.
See Also