GrapeCity MultiRow Windows Forms Documentation
IndexOf Method (ColumnFooterSectionCollection)


The ColumnFooterSection to locate in the ColumnFooterSectionCollection.
Determines the index of a specific item in the System.Collections.IList.
Syntax
Public Function IndexOf( _
   ByVal columnFooter As ColumnFooterSection _
) As Integer
Dim instance As ColumnFooterSectionCollection
Dim columnFooter As ColumnFooterSection
Dim value As Integer
 
value = instance.IndexOf(columnFooter)
public int IndexOf( 
   ColumnFooterSection columnFooter
)

Parameters

columnFooter
The ColumnFooterSection to locate in the ColumnFooterSectionCollection.

Return Value

A System.Int32 that indicates the columnFooter index if it is a ColumnFooterSection found in the ColumnFooterSectionCollection; otherwise, -1.
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.