C1.Win.C1FlexGrid Namespace / ColumnCollection Class / GetPrevious Method
Index of the original row or column.

In This Topic
GetPrevious Method (ColumnCollection)
In This Topic
Gets the index of the previous visible row or column.
Syntax
'Declaration
 
Public Function GetPrevious( _
   ByVal item As Integer _
) As Integer
 

Parameters

item
Index of the original row or column.

Return Value

Index of the previous visible row or column.
See Also