[]
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>
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.
public DisplacedByCustomXml EndDisplacedByCustomXml { get; set; }
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.
public int FirstCoveredColumn { get; set; }
Gets the unique ID of this comment.
public int ID { get; }
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.
public int LastCoveredColumn { get; set; }
Gets the next EditableRange.
public EditableRange Next { get; }
Gets the previous EditableRange.
public EditableRange Previous { get; }
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).
public RangeEditor RangeEditor { get; }
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.
public DisplacedByCustomXml StartDisplacedByCustomXml { get; set; }
Deletes this range from the body content.
public override void Delete()
Gets string representation of the content.
public override string ToString()
String representation of the content.