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

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

    Parameters

    item
    See Also