XMLExcelReport_RU.calcRangeHeight Method [AX 2012]
Calculates the height of a section that contains cells that wrap text.
protected abstract real calcRangeHeight(Bookmark _bookmark)
Run On
CalledParameters
- _bookmark
- Type: Bookmark Extended Data Type
A parameter that should be overridden to get the maximum height of a named cell, as follows: return max(document.getNamedRangeHeightWrapped('ItemName', line.ItemName)
Community Additions
ADD
Show: