SpreadsheetLoadOptions

SpreadsheetLoadOptions class

Represents document loading options for a Spreadsheet document.

public sealed class SpreadsheetLoadOptions : LoadOptions

Constructors

Name Description
SpreadsheetLoadOptions() Initializes a new instance of the SpreadsheetLoadOptions class.
SpreadsheetLoadOptions(string) Initializes a new instance of the SpreadsheetLoadOptions class with a specified password.

Properties

Name Description
static Default { get; } Gets the default value for the SpreadsheetLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also