Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Object Parent { get; }
Public ReadOnly Property Parent As Object
	Get
public:
virtual property Object^ Parent {
	Object^ get () sealed;
}
abstract Parent : Object with get
override Parent : Object with get

Property Value

Object

See Also