ProgressBar.IncreaseCounter
This function increases the current position of the progress bar the by specified amount.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub ProgressBar.IncreaseCounter( _
Optional Value As Integer = 1)
|
Value [in,optional]
Type: Integer Default value: 1 |
This function does not return a value. |