cell style formats

Is there a reference for the possible formats for the style.Format for a cell? I''ve seen references to specific ones suck as "P", or "F2", or "NO", but none of these are what I need and I can''t seem to find documentation here or online in general as to what the possible format string values could be. What I''m looking for specifically is a format with 2 decimal places and a 1000 separator (,), ie: 2,334.99 thanks.

2 Replies

AD Administrator Syncfusion Team December 17, 2004 02:39 PM UTC

You can use "#,###.00". Take a look at the grid\samples\QuichStart\TextFormat sample. You can also check out some Framework format documentation at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vafmtuserdefinednumericformats.asp


TY Tyler December 17, 2004 03:12 PM UTC

great, thanks

Loader.
Up arrow icon