API Reference

Class

LegacyXlsWriteReservation

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

Represents workbook write-reservation metadata parsed from a BIFF FileSharing record.

Inheritance

  • Object
  • LegacyXlsWriteReservation

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 LegacyXlsWriteReservation(Boolean readOnlyRecommended, String legacyPasswordHash = null, String userName = null) #

Creates workbook write-reservation metadata.

Parameters

readOnlyRecommended System.Boolean requiredposition: 0
Whether applications should recommend opening the workbook as read-only.
legacyPasswordHash System.String = null optionalposition: 1
Optional 16-bit write-reservation password verifier formatted as four uppercase hexadecimal digits.
userName System.String = null optionalposition: 2
Optional user name associated with the write reservation.

Properties

public Boolean ReadOnlyRecommended { get; } #

Gets whether applications should recommend opening the workbook as read-only.

public String LegacyPasswordHash { get; } #

Gets the optional legacy write-reservation password verifier.

public String UserName { get; } #

Gets the optional user name associated with the write reservation.