XMLExcelReport_RU.setRangeHeight Method [AX 2012]
Sets height for cells range.
Syntax
protected void setRangeHeight(
Bookmark _bookmark,
real _rowHeight,
[int _workSheet])
Run On
Called
Parameters
- _bookmark
Type: Bookmark Extended Data Type
Range bookmark.
- _rowHeight
Type: real
New height for range.
- _workSheet
Type: int
Worksheet number; optional.
Exceptions
Exception | Condition |
---|---|
Error | Throws if bookmark is not found. |