Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / EditableRanges Property

In This Topic
    EditableRanges Property
    In This Topic
    Gets the collection of editable range objects included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property EditableRanges As EditableRangeCollection
    public EditableRangeCollection EditableRanges {get;}
    See Also