Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 650 Bytes

NumericColumnFormat.md

File metadata and controls

12 lines (9 loc) · 650 Bytes

IO.Swagger.Model.NumericColumnFormat

Properties

Name Type Description Notes
Type ColumnFormatType
IsArray bool? Whether or not this column is an array.
Precision int? The decimal precision. [optional]
UseThousandsSeparator bool? Whether to use a thousands separator (like ",") to format the numeric value. [optional]

[Back to Model list] [Back to API list] [Back to README]