Share via


ListDataFormat.Required Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Required As Boolean
    Get
'Usage
Dim instance As ListDataFormat
Dim value As Boolean

value = instance.Required
bool Required { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

ListDataFormat Interface

ListDataFormat Members

Microsoft.Office.Interop.Excel Namespace