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

In This Topic
    Add Method (XLTextRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As XLTextRange _
    ) 
    public void Add( 
       XLTextRange item
    )

    Parameters

    item
    See Also