Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IProtectionSettings Interface
Properties Methods

In This Topic
    IProtectionSettings Interface Members
    In This Topic

    The following tables list the members exposed by IProtectionSettings.

    Public Properties
     NameDescription
     Property Gets or sets whether the deletion of columns is allowed on a protected worksheet.  
     Property Gets or sets whether the deletion of rows is allowed on a protected worksheet.  
     Property Gets or sets whether the user is allowed to make use of an AutoFilter that was created before the sheet was protected.  
     Property Gets or sets whether the formatting of cells is allowed on a protected worksheet.  
     Property Gets or sets whether the formatting of columns is allowed on a protected worksheet.  
     Property Gets or sets whether the formatting of rows is allowed on a protected worksheet.  
     Property Gets or sets whether the insertion of columns is allowed on a protected worksheet.  
     Property Gets or sets whether the insertion of hyperlinks is allowed on a protected worksheet.  
     Property Gets or sets whether the insertion of rows is allowed on a protected worksheet.  
     Property Gets or sets whether the sorting option is allowed on a protected worksheet.  
     Property Gets or sets whether the user is allowed to use objects on a protected worksheet.  
     Property Gets or sets whether the user is allowed to use pivot tables on a protected worksheet.  
    Top
    Public Methods
     NameDescription
     Method Generate protectionSettings from the JSON string.  
     Method Generate the JSON string from the protectionSettings.  
    Top
    See Also