GrapeCity MultiRow Windows Forms Documentation
Contains Method (ColumnHeaderSectionCollection)


The ColumnHeaderSection to locate in the ColumnHeaderSectionCollection.
Determines whether the specified ColumnHeaderSection is in the collection.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Function Contains( _
   ByVal item As ColumnHeaderSection _
) As Boolean
Dim instance As ColumnHeaderSectionCollection
Dim item As ColumnHeaderSection
Dim value As Boolean
 
value = instance.Contains(item)
[Feature(Name="RowCollection", Version="v5.0")]
public bool Contains( 
   ColumnHeaderSection item
)

Parameters

item
The ColumnHeaderSection to locate in the ColumnHeaderSectionCollection.

Return Value

true if the ColumnHeaderSection is found in the ColumnHeaderSectionCollection; otherwise, false.
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

ColumnHeaderSectionCollection Class
ColumnHeaderSectionCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.