SheetXL - v0.3.20
    Preparing search index...

    Interface ICellProtection

    Additional cell protection properties.

    interface ICellProtection {
        isICellProtection: true;
        isEditAllowed(): boolean;
        isFormulaHidden(): boolean;
    }
    Index

    Properties

    isICellProtection: true

    For runtime type checking.

    Methods

    • This is specified in ooxml but not sure what behavior it has.

      Returns boolean

      true
      
    • If the formula will be hidden when the worksheet is protected.

      Returns boolean

      This is called hidden in ooxml but in Excel object model it is formulaHidden.

      false