ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextRangeCollection Class
Members

In This Topic
    XLTextRangeCollection Class
    In This Topic
    The collection of text ranges.
    Object Model
    XLTextRangeCollection Class
    Syntax
    'Declaration
     
    Public Class XLTextRangeCollection 
       Inherits System.Collections.ObjectModel.Collection(Of XLTextRange)
    public class XLTextRangeCollection : System.Collections.ObjectModel.Collection<XLTextRange> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Util.XLTextRangeCollection

    See Also