ListDataFormat.MaxNumber Property

Definition

Returns an Object containing the maximum value allowed in this field in the list column. The Nothing object is returned if a maximum value number has not been specified or if the Type property setting is such that a maximum value for the column is not applicable. Read-only Object.

public:
 property System::Object ^ MaxNumber { System::Object ^ get(); };
public object MaxNumber { get; }
Public ReadOnly Property MaxNumber 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.

Applies to