ListDataFormat.Required Property

Definition

Returns a Boolean value indicating whether the schema definition of a column requires data before the row is committed. Read-only Boolean.

public:
 property bool Required { bool get(); };
public bool Required { get; }
Public ReadOnly Property Required As Boolean

Property Value

Remarks

This property is used only for lists that are linked to a SharePoint site.

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 SharePoint site.

Applies to