Excel for WPF | ComponentOne
C1.WPF.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 Integer, _
       ByVal col As Integer _
    ) As Boolean
    public bool Contains( 
       XLSheet sheet,
       int row,
       int col
    )

    Parameters

    sheet
    row
    col
    See Also