ListDataFormat.Choices Property
Returns an Array of String values that contains the choices offered to the user by the ListLookUp, ChoiceMulti, and Choice data types of the DefaultValue property. Read-only Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Choices As Object
Get
'Usage
Dim instance As ListDataFormat
Dim value As Object
value = instance.Choices
Object Choices { get; }
Property Value
Type: System.Object
Remarks
In Microsoft Excel, you cannot set any of the properties associated with the ListDataFormat object. You can set these properties, however, by modifying the list on the server that is running Microsoft Windows SharePoint Services.