Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLElement.IsModified

TElOfficeOpenXMLElement     


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


Specifies whether the element has been modified.

Declaration

[C#]
    bool IsModified;

[VB.NET]
    Property IsModified As Boolean

[Pascal]
    property IsModified : boolean;

[C++]
    bool get_IsModified();
    void set_IsModified(bool Value);

[PHP]
    bool get_IsModified()
    void set_IsModified(bool $Value)

[Java]
    boolean getIsModified();
    void setIsModified(boolean Value);

Description

    Use this property to specify whether the element has been modified or not.

Discuss this help topic in SecureBlackbox Forum