Click or drag to resize

RichTextShape Parent Property

Gets the parent object of the current instance.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Parent { get; }

Return Value

Type: Object
The parent object.

Implements

IExcelApplication Parent
See Also