MultiContentRange Class
Represents an area in a document between multiple start and end ContentPositions.
- Inheritance:
- System.ObjectMultiContentRange
Properties
End
Gets the ContentPositions that mark the end of the current MultiContentRange.
public IList<ContentPosition> End { get; }
Public ReadOnly Property End As IList(Of ContentPosition)
Property Value
- System.Collections.Generic.IList<ContentPosition>
Remarks
The returned list contains multiple elements if the current MultiContentRange ends inside multiple table cells of a table. Otherwise, the returned list contains only one element.
Start
Gets the ContentPositions that mark the beginning of the current MultiContentRange.
public IList<ContentPosition> Start { get; }
Public ReadOnly Property Start As IList(Of ContentPosition)
Property Value
- System.Collections.Generic.IList<ContentPosition>
Remarks
The returned list contains multiple elements if the current MultiContentRange starts inside multiple table cells of a table. Otherwise, the returned list contains only one element.