DecryptPassword Property
Syntax:
[VBScript]
Property DecryptPassword As String (read/write)
Description:
Before opening an encrypted spreadsheet, set DecryptPassword to the
password set using
EncryptPassword
or in Microsoft Excel (Tools -> Options... -> Security).
Set DecryptPassword before calling
Open.
Example:
[VBScript]
Set oXLW = Server.CreateObject("Softartisans.ExcelWriter")
...
oXLW.DecryptPassword = "MyPassword"

Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.
|