_Application.ThousandsSeparator プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
桁区切り記号に使用される文字を文字列として設定または返 します。
public:
property System::String ^ ThousandsSeparator { System::String ^ get(); void set(System::String ^ value); };
public string ThousandsSeparator { get; set; }
Public Property ThousandsSeparator As String