DataGridViewCellCollection::Contains Method (DataGridViewCell^)

 

Determines whether the specified cell is contained in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Contains(
	DataGridViewCell^ dataGridViewCell
)

Parameters

dataGridViewCell
Type: System.Windows.Forms::DataGridViewCell^

A DataGridViewCell to locate in the collection.

Return Value

Type: System::Boolean

true if dataGridViewCell is in the collection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: