API Reference

Enum

ExcelUriSchemePolicy

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines which URI schemes are allowed for remote workbook loads.

Inheritance

  • Enum
  • ExcelUriSchemePolicy

Usage

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

Values

public const ExcelUriSchemePolicy HttpsOnly #

Only HTTPS workbook URIs are allowed.

Value: 0
public const ExcelUriSchemePolicy HttpAndHttps #

HTTP and HTTPS workbook URIs are allowed.

Value: 1