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