Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.Int32Required Integer. The list item to be set.
Property Value
Type: System.String