FlexGrid for WinForms
Contains Method (CellRangeCollection)



Object to locate in the collection.
Determines whether a CellRange object is a member of the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As CellRange _
) As Boolean
'Usage
 
Dim instance As CellRangeCollection
Dim item As CellRange
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   CellRange item
)
public:
bool Contains( 
   CellRange item
) 

Parameters

item
Object to locate in the collection.

Return Value

True if the object 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

CellRangeCollection Class
CellRangeCollection Members

 

 


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

Send Feedback