OoxmlLoadOptions

OoxmlLoadOptions()

Initializes a new instance of the OoxmlLoadOptions class.

public OoxmlLoadOptions()

See Also


OoxmlLoadOptions(string)

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

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

See Also