ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextLayout Class / Ranges Property

In This Topic
    Ranges Property (XLTextLayout)
    In This Topic
    Gets the collection of text ranges.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ranges As XLTextRangeCollection
    public XLTextRangeCollection Ranges {get;}
    See Also