SpreadsheetLoadOptions

SpreadsheetLoadOptions()

Initializes a new instance of the SpreadsheetLoadOptions class.

public SpreadsheetLoadOptions()

See Also


SpreadsheetLoadOptions(string)

Initializes a new instance of the SpreadsheetLoadOptions class with a specified password.

public SpreadsheetLoadOptions(string password)
Parameter Type Description
password String The password for opening an encrypted content.

See Also