ListDataFormat.Required Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.