| Visual Basic (Declaration) | |
|---|---|
Public Sub SelectTime( _ ByVal nRowFrom As Integer, _ ByVal nRowTo As Integer, _ ByVal nColumn As Integer _ ) | |
Parameters
- nRowFrom
- The row to start the selection.
- nRowTo
- The row to end the selection.
- nColumn
- The current column for the selection.
Return Value
NoneIf you wish to clear the current time selection, you can use SelectTime(-1,-1,-1)