FlexGrid for WinForms
Contains Method (RowColCollection)



Row or column items to be detected.
Determines whether the collection contains a given row or column.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As RowCol _
) As Boolean
'Usage
 
Dim instance As RowColCollection
Dim item As RowCol
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   RowCol item
)
public:
bool Contains( 
   RowCol^ item
) 

Parameters

item
Row or column items to be detected.

Return Value

True if the row or column is a member of the collection, False otherwise.
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

RowColCollection Class
RowColCollection Members

 

 


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

Send Feedback