Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the height of a section that contains cells that wrap text.
Syntax
protected abstract real calcRangeHeight(Bookmark _bookmark)
Run On
Called
Parameters
- _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)
Return Value
Type: real
The height of the section.