Share via


XMLExcelDocument_RU.getPageHeight Method [AX 2012]

Gets the height of a worksheet page, depending on the specified paper size.

Syntax

public real getPageHeight([int _worksheetId, boolean _inPoints])

Run On

Called

Parameters

  • _worksheetId
    Type: int
    The ID of the worksheet.
  • _inPoints
    Type: boolean
    The return height in points, or in inches.

Return Value

Type: real
The height of the page.

See Also

Reference

XMLExcelDocument_RU Class