Share via


XMLExcelReport_RCashCountStmt_RU.insertAmount Method [AX 2012]

Inserts an amount into two fields, the first of which is the whole number and the second of which is the penny value.

Syntax

private void insertAmount(
    Bookmark _whole, 
    Bookmark _penny, 
    Amount _amount)

Run On

Called

Parameters

See Also

Reference

XMLExcelReport_RCashCountStmt_RU Class