API Reference

Class

LegacyXlsProtectedRange

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsProtectedRange(String name, IReadOnlyList<String> references, String legacyPasswordHash = null, Boolean hasSecurityDescriptor = false) #

Creates protected range metadata.

Parameters

name System.String requiredposition: 0
Protected range title.
references System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
A1 references covered by the protected range.
legacyPasswordHash System.String = null optionalposition: 2
Optional 16-bit legacy password verifier formatted as four uppercase hexadecimal digits.
hasSecurityDescriptor System.Boolean = false optionalposition: 3
Whether the source record carried Windows security descriptor metadata.

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.