Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRange Class
Properties Methods

In This Topic
    EditableRange Class Members
    In This Topic

    The following tables list the members exposed by EditableRange.

    Public Properties
     NameDescription
    Public PropertyGets the child ContentObjects in this content range. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public PropertyGets the DocumentBase that contains this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the end mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property 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 PropertyGets 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 Property Gets the unique ID of this comment.  
    Public PropertyGets 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 Property Gets the next EditableRange.  
    Public PropertyGets the parent Body of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the previous EditableRange.  
    Public Property 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 Property Gets the start mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property 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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Deletes this range from the body content.  
    Public MethodCreates and returns a Range object representing this content in the body. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public MethodOverridden.  Gets string representation of the content.  
    Top
    See Also