Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.CloseStream

TElOfficePackagePart     See also     


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


Closes data stream.

Declaration

[C#]
    void CloseStream();

[VB.NET]
    Sub CloseStream()

[Pascal]
    procedure CloseStream;

[C++]
    void CloseStream();

[PHP]
    void CloseStream()

[Java]
    void closeStream();

Description

    Use this method to close data stream.

See also:     GetStream    

Discuss this help topic in SecureBlackbox Forum