Share via


ListDataFormat.MinNumber Property

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.

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

Syntax

'Declaration
ReadOnly Property MinNumber As Object
    Get
'Usage
Dim instance As ListDataFormat
Dim value As Object

value = instance.MinNumber
Object MinNumber { get; }

Property Value

Type: System.Object

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