Share via


XMLExcelDocument_RU.getNamedRangeHeightWrapped Method [AX 2012]

Measures the height of a rectangle with a fixed width, which should be specified when for value to fit into.

Syntax

public real getNamedRangeHeightWrapped(Bookmark _bookmark, str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The string value to measure.

Return Value

Type: real
The height of the string in points.

See Also

Reference

XMLExcelDocument_RU Class