Share via


_CommandBarComboBox.List Property

Returns or sets an item in the command bar combo box control.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property List ( _
    Index As Integer _
) As String
    Get
    Set
'Usage
Dim instance As _CommandBarComboBox
Dim Index As Integer
Dim value As String

value = instance.List(Index)

instance.List(Index) = value
string this[
    int Index
] { get; set; }

Parameters

  • Index
    Type: System.Int32

    Required Integer. The list item to be set.

Property Value

Type: System.String

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.Office.Core Namespace