asposecells.api

Class ProtectionType

Utility class containing constants. Represents workbook/worksheet protection type.

Field Summary
const  intALL
Represents to protect all.
const  intCONTENTS
Represents to protect contents, used in Worksheet protection.
const  intOBJECTS
Represents to protect objects, used in Worksheet protection.
const  intSCENARIOS
Represents to protect scenarios, used in Worksheet protection.
const  intSTRUCTURE
Represents to protect structure, used in Workbook protection.
const  intWINDOWS
Represents to protect window, used in Workbook protection.
const  intNONE
Represents no protection. Only for Reading property.
 

    • Field Detail

      • ALL

        const int ALL
        Represents to protect all.
      • CONTENTS

        const int CONTENTS
        Represents to protect contents, used in Worksheet protection.
      • OBJECTS

        const int OBJECTS
        Represents to protect objects, used in Worksheet protection.
      • SCENARIOS

        const int SCENARIOS
        Represents to protect scenarios, used in Worksheet protection.
      • STRUCTURE

        const int STRUCTURE
        Represents to protect structure, used in Workbook protection.
      • WINDOWS

        const int WINDOWS
        Represents to protect window, used in Workbook protection.
      • NONE

        const int NONE
        Represents no protection. Only for Reading property.