GrapeCity MultiRow Windows Forms Documentation
Contains Method (ColumnFooterSectionCollection)


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

Parameters

item
The ColumnFooterSection to locate in the ColumnFooterSectionCollection.

Return Value

true if the ColumnFooterSection is found in the ColumnFooterSectionCollection; 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

ColumnFooterSectionCollection Class
ColumnFooterSectionCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.