StatusBarPanes.Insert
- Updated2024-10-09
- 1 minute(s) read
StatusBarPanes.Insert
Syntax
StatusBarPanes.Insert( paneName, insertBefore)
Return Value
Specifies the name of the new StatusBar pane. This name must be unique and is not case-sensitive.
Purpose
Adds a new item to the collection and returns the new StatusBarPane object.
Parameters
paneName As String
[In] Specifies the new StatusBar pane.
insertBefore As Long
[In] Specifies the index of the existing StatusBar pane before which the new StatusBar pane is inserted. To insert at the end, pass -1 to this parameter.