[]
Represents a modifiable region of a document, together with a user and/or group that are allowed to modify it if the document protection is on.
public class EditableRange : ContentRange, IBrowsable<EditableRange>
Public Class EditableRange
Inherits ContentRange
Implements IBrowsable(Of EditableRange)
Name | Description |
---|---|
EndDisplacedByCustomXml | Gets or sets a value indicating that the end annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document. |
FirstCoveredColumn | Gets or sets the zero-based index of the first column in the row that shall be part of this EditableRange. -1 indicates that the EditableRange has default covering behavior. |
ID | Gets the unique ID of this comment. |
LastCoveredColumn | Gets or sets the zero-based index of the last column in the row that shall be part of this EditableRange. -1 indicates that the EditableRange has default covering behavior. |
Next | Gets the next EditableRange. |
Previous | Gets the previous EditableRange. |
RangeEditor | Specifies a single user or group for which this range permission shall be enabled (i.e. a user/group which shall be able to edit this range when document protection is enabled). |
StartDisplacedByCustomXml | Gets or sets a value indicating that the start annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document. |
Name | Description |
---|---|
Delete() | Deletes this range from the body content. |
ToString() | Gets string representation of the content. |