GetNumericFormatAt method (Python)
Returns the display format for the numeric value in the specified data cell.
SpssDataCells.GetNumericFormatAt(row,column)
Parameters
row. Row index
column. Column index
Return Value
The string description of the format. For a listing of the format types, see String Description of Numeric Formats (Python).
Note: To obtain detailed format information for custom
currency formats use the GetNumericFormatAtEx
method.