Excel for WinRT
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
'Usage
 
Dim instance As XLCellRange
Dim sheet As XLSheet
Dim row As System.Integer
Dim col As System.Integer
Dim value As System.Boolean
 
value = instance.Contains(sheet, row, col)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback