ListDataFormat.DecimalPlaces Property

Definition

Returns an Integer value that represents the number of decimal places to show for the numbers in the ListColumn object. Returns 0 if the Type property setting is not appropriate for decimal places. Returns xlAutomatic (-4105 decimal) if the Microsoft Windows SharePoint Services site is automatically determining the number of decimal places to show in the SharePoint list. Read-only Integer.

public:
 property int DecimalPlaces { int get(); };
public int DecimalPlaces { get; }
Public ReadOnly Property DecimalPlaces As Integer

Property Value

Remarks

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