Is this possible to align decimal point to centre and also align the whole field in centre as well.

enter image description here

If i align the column to right then decimal points are in the middle but is it possible to have all this in the middle as well.

enter image description here

有帮助吗?

解决方案

There's no automatic way of doing what you want. Try setting the right padding to a high value to push the values toward the middle.

其他提示

Try "#,###.??". However, you can't eliminate decimal point "." for numbers that don't have fractions.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top