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

In This Topic
    IReadonlyWorksheetProtection Interface Properties
    In This Topic

    For a list of all members of this type, see IReadonlyWorksheetProtection members.

    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