Informs whether the document's text and/or formatting attributes can be changed. The property's value depends on the DocumentPermissions.ReadOnly property and the currently set edit mode.

Introduced: X15.

Syntax

public bool CanEdit { get; }
Public ReadOnly Property CanEdit() As Boolean

Limitations

Runtime only.

Read only.