Class IgxSpreadsheetHyperlinkExecutingEventArgs

Event arguments for the hyperlinkExecuting event.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_cancel: string | boolean

Accessors

  • get cancel(): boolean
  • Returns boolean

  • set cancel(v: boolean): 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: string): void
  • Parameters

    • v: string

    Returns void