| AssignCellFormat |
Assigns numeric format to selected numeric columns.
Syntax:AssignCellFormat, allPages, newFormatParameters:AllPages: boolean true or false. Indicates to apply to all pages (true) or just the current page (false) newFormat – Numeric format (see PageNumericFormat for details) Examples:
AssignCellFormat,false,N0 This format will work on both .NET and Unix. Depending on the country and language of the server, it will format the number using the local thousands indicator and decimal indicator. Comments:The numeric format will be used during export operations, so care should be taken to preserve data accuracy if needed. |
| < Prev | Next > |
|---|