aspose.cells

Class ProtectionType

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

Field Summary
const  NumberALL
Represents to protect all.
const  NumberCONTENTS
Represents to protect contents, used in Worksheet protection.
const  NumberOBJECTS
Represents to protect objects, used in Worksheet protection.
const  NumberSCENARIOS
Represents to protect scenarios, used in Worksheet protection.
const  NumberSTRUCTURE
Represents to protect structure, used in Workbook protection.
const  NumberWINDOWS
Represents to protect window, used in Workbook protection.
const  NumberNONE
Represents no protection. Only for Reading property.
 

    • Field Detail

      • ALL

        const Number ALL
        Represents to protect all.
      • CONTENTS

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

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

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

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

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

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