Share

Document.IsModifiable Property

Parent Object: Document

Description

Property that returns whether this document can be currently modified. One of the reasons a document may be non-modifiable is if any other document belonging to the file containing this document is currently being edited.

Syntax

Document.IsModifiable() As Boolean

Property Value

This is a read only property whose value is a Boolean.

Version

Introduced in version 6

Was this information helpful?