[]
Gets the index of the previous visible row or column.
public int GetPrevious(int item)
Public Function GetPrevious(item As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | item | Index of the original row or column. |
| Type | Description |
|---|---|
| int | Index of the previous visible row or column. |