NumberFieldFormat Enumeration

SharePoint Designer Developer Reference

NumberFieldFormat can be one of these NumberFieldFormat constants.

Name Value Description
NumberFieldAuto -1 Automatically format the number.
NumberFieldFiveDecimals 5 Display the number with five decimal places.
NumberFieldFourDecimals 4 Display the number with four decimal places.
NumberFieldInteger 0 Display the number as an integer with no decimal places.
NumberFieldOneDecimal 1 Display the number with one decimal place.
NumberFieldThreeDecimals 3 Display the number with three decimal places.
NumberFieldTwoDecimals 2 Display the number with two decimal places.