ListDataFormat.Choices Property

Definition

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.

public:
 property System::Object ^ Choices { System::Object ^ get(); };
public object Choices { get; }
Public ReadOnly Property Choices As Object

Property Value

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.

Applies to