Skip to main content

TdxSpreadSheetEditHyperlinkDialogForm.Sheet Property

Provides access to the worksheet to which the target hyperlink belongs.

Declaration

property Sheet: TdxSpreadSheetTableView read;

Property Value

Type
TdxSpreadSheetTableView

Remarks

The “Insert Hyperlink” and “Edit Hyperlink” dialogs use this property to create new or edit an existing hyperlink in a specific worksheet. The ShowHyperlinkEditorDialog global procedure uses its ASheet parameter value to initialize the Sheet property.

See Also