_Application.ThousandsSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns the character used for the thousands separator as a String.
public:
property System::String ^ ThousandsSeparator { System::String ^ get(); void set(System::String ^ value); };
public string ThousandsSeparator { get; set; }
Public Property ThousandsSeparator As String