Office.ValueFormat enum
Specifies whether values, such as numbers and dates, returned by the invoked method are returned with their formatting applied.
Remarks
For example, if the valueFormat parameter is specified as "formatted", a number formatted as currency, or a date formatted as mm/dd/yy in the Office application will have its formatting preserved. If the valueFormat parameter is specified as "unformatted", a date will be returned in its underlying sequential serial number form.
Fields
Formatted | Return formatted data. |
Unformatted | Return unformatted data. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins