Excel for WPF and Silverlight
Contains(XLSheet,Int32,Int32) Method

C1.WPF.Excel Namespace > XLCellRange Class > Contains Method : Contains(XLSheet,Int32,Int32) Method
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

Reference

XLCellRange Class
XLCellRange Members
Overload List