API Reference
Class
LegacyXlsProtectedRange
Represents a BIFF8 protected range entry from a worksheet shared-feature record.
Inheritance
- Object
- LegacyXlsProtectedRange
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
- Property LegacyXlsWorksheet.ProtectedRanges
Constructors
public LegacyXlsProtectedRange(String name, IReadOnlyList<String> references, String legacyPasswordHash = null, Boolean hasSecurityDescriptor = false) #Creates protected range metadata.
Parameters
- name System.String
- Protected range title.
- references System.Collections.Generic.IReadOnlyList{System.String}
- A1 references covered by the protected range.
- legacyPasswordHash System.String = null
- Optional 16-bit legacy password verifier formatted as four uppercase hexadecimal digits.
- hasSecurityDescriptor System.Boolean = false
- Whether the source record carried Windows security descriptor metadata.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the protected range title.
public IReadOnlyList<String> References { get; } #Gets A1 references covered by the protected range.
public String LegacyPasswordHash { get; } #Gets the optional legacy password verifier.
public Boolean HasSecurityDescriptor { get; } #Gets whether the source record carried Windows security descriptor metadata.