FlexGrid for WinForms
GetPrevious Method



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

Parameters

item
Index of the original row or column.

Return Value

Index of the previous 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