SMART datagrid v1.4 > Classes > GridStyles
DataLudi.GridStyles.numberFormat property
데이터셀에서 NUMBER 필드의 값을 표시할 때 사용되는 문자열 변환 포맷.
- Getter
- function numberFormat(): String
- Setter
- function setNumberFormat(value: String)
Code -1
column.styles().setNumberFormat('#,##0.00');
- 포맷 설명
- "0*은 소수점 좌우의 최소 자리수를 지정한다.
- 소수점 좌측의 "#'은 천자리 구분자의 위치를 지정한다.
- 소수점 좌측에 ","가 존재하면 천단위마다 구분자를 추가한다.
- See Also
- textFormat
- booleanFormat
- datetimeFormat
- 스타일 개요
- Examples
- Number Value
- Column Styles