ListDataFormat.MinNumber 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 containing the minimum value allowed in this field in the list column. This can be a negative floating point number. This property will return the Nothing object if no value has been specified for this field or if the setting of the Type property is such that a minimum value is not applicable to the column. Read-only Object.
public:
property System::Object ^ MinNumber { System::Object ^ get(); };
public object MinNumber { get; }
Public ReadOnly Property MinNumber As Object
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.