Spread Windows Forms 6.0 Product Documentation
IndexOf(SpreadDataColumn) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > SpreadDataColumnCollection Class > IndexOf Method : IndexOf(SpreadDataColumn) Method


column
Column

Glossary Item Box

Gets the index of the specified column.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IndexOf( _
   ByVal column As SpreadDataColumn _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As SpreadDataColumnCollection
Dim column As SpreadDataColumn
Dim value As Integer
 
value = instance.IndexOf(column)
C# 
public int IndexOf( 
   SpreadDataColumn column
)

Parameters

column
Column

Return Value

Integer column index

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.