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