次の方法で共有


ListDataFormat.DecimalPlaces プロパティ

定義

オブジェクト内の数値に対して表示する小数点以下の桁数を表す 整数値ListColumn 返します。 プロパティ設定が小数点以下の桁数に Type 適していない場合は、0 を返します。 Microsoft Windows SharePoint Services サイトが SharePoint リストに表示する小数点以下の桁数を自動的に決定する場合は、xlAutomatic (-4105 decimal) を返します。 読み取り専用の Integer です。

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

プロパティ値

注釈

Excel では、オブジェクトに関連付 ListDataFormat けられているプロパティを設定することはできません。 ただし、SharePoint サイトのリストを変更することにより、これらのプロパティを設定できます。

適用対象