SetNumericFormatAt method (Python)

Sets the display format for the numeric value in the current cell.

SpssDataCells.SetNumericFormatAt(row,column,format)

Parameters

row
Row index.
column
Column index.
format
The string description of the format.
Note: When using custom currencies, use CCA through CCE for the format parameter instead of the format strings in the CellFormat panel.

For a listing of the format types, see String Description of Numeric Formats (Python).