CommandBarsClass.Item Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
Index As Object _
) As CommandBar
Get
'Usage
Dim instance As CommandBarsClass
Dim Index As Object
Dim value As CommandBar
value = instance(Index)
public virtual CommandBar this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
Property Value
Type: Microsoft.Office.Core.CommandBar