Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / IReadonlyWorksheetProtection Interface
Properties

In This Topic
    IReadonlyWorksheetProtection Interface Members
    In This Topic

    The following tables list the members exposed by IReadonlyWorksheetProtection.

    Public Properties
     NameDescription
     PropertyGets if deleting Columns is allowed when the Worksheet is protected.  
     PropertyGets if deleting Rows is allowed when the Worksheet is protected.  
     PropertyGets if editing objects like PicturesNotes or Comments is allowed when the Worksheet is protected.  
     PropertyGets if modifying the formatting of Cells is allowed when the Worksheet is protected.  
     PropertyGets if modifying the formatting of Columns is allowed when the Worksheet is protected.  
     PropertyGets if modifying the formatting of Rows is allowed when the Worksheet is protected.  
     PropertyGets if inserting Columns is allowed when the Worksheet is protected.  
     PropertyGets if inserting Hyperlinks is allowed when the Worksheet is protected.  
     PropertyGets if inserting Rows is allowed when the Worksheet is protected.  
     PropertyGets if selecting locked Cells is allowed when the Worksheet is protected.  
     PropertyGets if selecting unlocked Cells is allowed when the Worksheet is protected.  
     PropertyGets if using AutoFilter is allowed when the Worksheet is protected.  
    Top
    See Also