StatusBarPanes.Insert

Syntax

StatusBarPanes.Insert( paneName, insertBefore)

Return Value

StatusBarPane

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.

See Also

StatusBarPane