Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.IsReadOnly

TElOpenOfficePackage     See also     


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


Specifies if the package is read-only.

Declaration

[C#]
    bool IsReadOnly;

[VB.NET]
    Property IsReadOnly As Boolean

[Pascal]
    property IsReadOnly : boolean;

[C++]
    bool get_IsReadOnly();

[PHP]
    bool get_IsReadOnly()

[Java]
    boolean getIsReadOnly();

Description

    Use this property to check if the package is opened in the read-only mode.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum