ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRange Class / Contains Method / Contains(XLSheet,Int32,Int32) Method

In This Topic
    Contains(XLSheet,Int32,Int32) Method
    In This Topic
    Determines whether the range contains a specific cell.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal sheet As XLSheet, _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As System.Boolean
    public System.bool Contains( 
       XLSheet sheet,
       System.int row,
       System.int col
    )

    Parameters

    sheet
    row
    col
    See Also