Event arguments for the hyperlinkExecuting event.

Hierarchy

Hierarchy

  • IgrCancelEventArgs
    • IgrSpreadsheetHyperlinkExecutingEventArgs

Constructors

Accessors

  • get cancel(): boolean
  • Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • Returns the hyperlink to be executed.

    Returns WorksheetHyperlink

  • get workingDirectory(): string
  • Returns or sets the working directory to use when the hyperlink is a file reference.

    Returns string

  • set workingDirectory(v): void
  • Parameters

    • v: string

    Returns void