Class IgxSpreadsheetEditRangePasswordNeededEventArgs

Event arguments for the editRangePasswordNeeded event.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_cancel: string | boolean
ngAcceptInputType_ranges: string | WorksheetProtectedRange[]

Accessors

  • get cancel(): boolean
  • Returns boolean

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