ComponentOne FlexGrid for WinForms
GetPrevious Method

C1.Win.C1FlexGrid Namespace > RowColCollection Class : 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
public int GetPrevious( 
   int item
)

Parameters

item
Index of the original row or column.

Return Value

Index of the previous visible row or column.
See Also

Reference

RowColCollection Class
RowColCollection Members