API Reference
Class
ExcelAllowedEditRangeInfo
Format-neutral description of an allowed-edit range on a protected worksheet.
Inheritance
- Object
- ExcelAllowedEditRangeInfo
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Unique worksheet-scoped name.
public IReadOnlyList<String> Ranges { get; } #Normalized A1 cells and ranges.
public Boolean IsPasswordProtected { get; } #Whether package metadata includes a password hash.
public String SecurityDescriptor { get; } #Optional security descriptor used by Excel permission workflows.