ContainsRow Method (GridCellRange)
In This Topic
Gets a value that indicates whether this range contains a given row.
Syntax
'Declaration
Public Function ContainsRow( _
ByVal As Integer _
) As Boolean
public bool ContainsRow(
int
)
Parameters
- row
- Index of the row that may be contained in this range.
Return Value
True if this range contains the row specified by the
row parameter.
See Also