expression.DeleteScreen( _ ByVal index As Integer _ )
where expression is a variable that represents a ScreenHistory Object
Parameters
- index
- The zero-based index of the screen to delete from the list.
expression.DeleteScreen( _ ByVal index As Integer _ )
Exception | Description |
---|---|
ArgumentOutOfRangeException | Thrown if index is negative or exceeds the range of available screens. |