ListDataFormat.DefaultValue 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 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.