FlexGrid for WinForms
GetNext Method



Index of the original row or column.
Gets the index of the next visible row or column.
Syntax
'Declaration
 
Public Function GetNext( _
   ByVal item As Integer _
) As Integer
'Usage
 
Dim instance As RowColCollection
Dim item As Integer
Dim value As Integer
 
value = instance.GetNext(item)
public int GetNext( 
   int item
)
public:
int GetNext( 
   int item
) 

Parameters

item
Index of the original row or column.

Return Value

Index of the next visible row or column.
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

RowColCollection Class
RowColCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback