Event arguments for the editRangePasswordNeeded event.

Hierarchy

Hierarchy

  • IgcCancelEventArgs
    • IgcSpreadsheetEditRangePasswordNeededEventArgs

Constructors

Accessors

Methods

Constructors

Accessors

  • get cancel(): boolean
  • Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get ranges(): WorksheetProtectedRange[]
  • Returns the collection of protected ranges that should be unlocked. This collection contains the protected ranges that overlap with the locked cells that need to be unlocked. There may be multiple ranges that overlap the locked cells so it may not be that every range needs to be unlocked.

    Returns WorksheetProtectedRange[]

Methods

  • Unlocks the associated range(s) without validating the password.

    Returns void