FlexGrid for WinRT
Contains(Int32,Int32) Method

Index of the row that may be contained in this range.
Index of the column that may be contained in this range.
Gets a value that indicates whether this range contains a given cell.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int row,
   System.int col
)

Parameters

row
Index of the row that may be contained in this range.
col
Index of the column that may be contained in this range.

Return Value

True if this range contains the cell specified by the row and col parameters.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRange Structure
CellRange Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback