API Reference

Class

ExcelWorkbookWriteReservationOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for Excel write-reservation metadata. This is not package encryption and does not protect worksheet or workbook structure.

Inheritance

  • Object
  • ExcelWorkbookWriteReservationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelWorkbookWriteReservationOptions() #

Properties

public Boolean ReadOnlyRecommended { get; set; } #

Suggests opening the workbook as read-only.

public String UserName { get; set; } #

Optional user name displayed by Excel-compatible applications for the write reservation.

public String Password { get; set; } #

Optional write-reservation password. This uses Excel's legacy reservation hash and is not encryption.

public String LegacyPasswordHash { get; set; } #

Optional precomputed legacy write-reservation hash. When set, this value is written as-is.