Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.Close

TElOpenOfficePackage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Closes the package.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Use this method to close the package.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum