API Reference
LegacyXlsWorksheetProtectionPermissions
Represents BIFF8 enhanced worksheet-protection permissions from a FeatHdr ISFPROTECTION record.
Inheritance
- Object
- LegacyXlsWorksheetProtectionPermissions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public LegacyXlsWorksheetProtectionPermissions(Boolean allowEditObjects, Boolean allowEditScenarios, Boolean allowFormatCells, Boolean allowFormatColumns, Boolean allowFormatRows, Boolean allowInsertColumns, Boolean allowInsertRows, Boolean allowInsertHyperlinks, Boolean allowDeleteColumns, Boolean allowDeleteRows, Boolean allowSelectLockedCells, Boolean allowSort, Boolean allowAutoFilter, Boolean allowPivotTables, Boolean allowSelectUnlockedCells) #Creates worksheet-protection permission metadata.
Parameters
- allowEditObjects System.Boolean
- allowEditScenarios System.Boolean
- allowFormatCells System.Boolean
- allowFormatColumns System.Boolean
- allowFormatRows System.Boolean
- allowInsertColumns System.Boolean
- allowInsertRows System.Boolean
- allowInsertHyperlinks System.Boolean
- allowDeleteColumns System.Boolean
- allowDeleteRows System.Boolean
- allowSelectLockedCells System.Boolean
- allowSort System.Boolean
- allowAutoFilter System.Boolean
- allowPivotTables System.Boolean
- allowSelectUnlockedCells System.Boolean
Methods
public override Int32 GetHashCode() #Int32Inherited Methods
Properties
public Boolean AllowEditObjects { get; } #Gets whether editing worksheet objects is allowed.
public Boolean AllowEditScenarios { get; } #Gets whether editing worksheet scenarios is allowed.
public Boolean AllowFormatCells { get; } #Gets whether formatting cells is allowed.
public Boolean AllowFormatColumns { get; } #Gets whether formatting columns is allowed.
public Boolean AllowFormatRows { get; } #Gets whether formatting rows is allowed.
public Boolean AllowInsertColumns { get; } #Gets whether inserting columns is allowed.
public Boolean AllowInsertRows { get; } #Gets whether inserting rows is allowed.
public Boolean AllowInsertHyperlinks { get; } #Gets whether inserting hyperlinks is allowed.
public Boolean AllowDeleteColumns { get; } #Gets whether deleting columns is allowed.
public Boolean AllowDeleteRows { get; } #Gets whether deleting rows is allowed.
public Boolean AllowSelectLockedCells { get; } #Gets whether selecting locked cells is allowed.
public Boolean AllowSort { get; } #Gets whether sorting is allowed.
public Boolean AllowAutoFilter { get; } #Gets whether using AutoFilter is allowed.
public Boolean AllowPivotTables { get; } #Gets whether using PivotTables is allowed.
public Boolean AllowSelectUnlockedCells { get; } #Gets whether selecting unlocked cells is allowed.