Dashboards.Remove
This function removes (deletes) the specified Dashboard from the collection; Item can either be 1-based index or Dashboard name.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Dashboards.Remove( _
Index As Variant)
|
Index [in]
The 1-based index of the dashboard to remove. Type: Variant |
This function does not return a value. |