ListDataFormat.DefaultValue Property

Definition

Returns an Object representing the default data type value for a new row in a column. The Nothing object is returned when the schema does not specify a default value. Read-only Object.

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

Property Value

Remarks

This property is used only for lists linked to a Microsoft Windows SharePoint Services site.

In 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