CommandBar.Index Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of this command bar in the set of command bars.
public:
property int Index { int get(); };
public:
property int Index { int get(); };
[System.Runtime.InteropServices.DispId(1610874890)]
public int Index { [System.Runtime.InteropServices.DispId(1610874890)] get; }
[<System.Runtime.InteropServices.DispId(1610874890)>]
[<get: System.Runtime.InteropServices.DispId(1610874890)>]
member this.Index : int
Public ReadOnly Property Index As Integer
Property Value
The index of this command bar in the set of command bars on the command bar.
- Attributes
Remarks
This index is 1-based.