API Reference

Class

ExcelWorkbookWriteReservationInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Snapshot of workbook write-reservation metadata.

Inheritance

  • Object
  • ExcelWorkbookWriteReservationInfo

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

Properties

public Boolean Exists { get; } #

Gets a value indicating whether the workbook contains a file-sharing/write-reservation node.

public Boolean ReadOnlyRecommended { get; } #

Gets a value indicating whether Excel-compatible applications should recommend read-only opening.

public String UserName { get; } #

Gets the reservation user name when present.

public String LegacyPasswordHash { get; } #

Gets the legacy reservation password hash when present.

public Boolean HasPasswordHash { get; } #

Gets a value indicating whether a write-reservation password hash is present.