GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    MultiContentRange Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents an area in a document between multiple start and end ContentPositions.

    • C#
    • VB.NET
    public sealed class MultiContentRange
    Public NotInheritable Class MultiContentRange
    Inheritance:
    System.Object
    MultiContentRange

    Properties

    End

    Gets the ContentPositions that mark the end of the current MultiContentRange.

    • C#
    • VB.NET
    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.

    • C#
    • VB.NET
    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.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.