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

In This Topic
    Remove Method (XLTextRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As XLTextRange _
    ) As System.Boolean
    public System.bool Remove( 
       XLTextRange item
    )

    Parameters

    item
    See Also