Gets the parent Annotation object of this instance.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Annotation Parent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parent As Annotation |
An instance of the Annotation class.
See Also