OXMLExcelReport_LedgerSheet_RU.checkAddValueInMapMerge Method [AX 2012]

Checks the merged column numbers before they are added to the merged columns map.

Syntax

protected boolean checkAddValueInMapMerge(int _fromColumn, int _toColumn)

Run On

Called

Parameters

  • _fromColumn
    Type: int
    The number of the first merged column.
  • _toColumn
    Type: int
    The number of the last merged column.

Return Value

Type: boolean
true if the check passed; otherwise, false.

See Also

Reference

OXMLExcelReport_LedgerSheet_RU Class