Click or drag to resize

CollectionExtended T SetParent Method

Sets parent object for class.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
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
Parent object for sets.
See Also