Gets and sets the number format object to a fixed or scientific format. | |
Syntax: | object.SetRealFormat Precision, IsScientific |
Parameters: |
Optional IsScientific As Boolean - Specifies whether to use
scientific notation. Defaults to
False . |
Description: | CimNumberFormat.SetRealFormat sets the number format object to either apNumberFixed or apNumberScientific depending on the arguments you specify. |