Share via


XMLExcelDocument_RU.insertRowsByBookmark Method [AX 2012]

Copies rows from the template to the result document when working in template mode.

The height of the rows changed to the value specified by the height parameter.

Syntax

public int insertRowsByBookmark(MSOfficeBookMark_RU _bookmark, [real _height])

Run On

Called

Parameters

  • _height
    Type: real
    The height of rows.

Return Value

Type: int
The number of rows copied.

Remarks

The merged cells are copied only if they are completely within copied rows.

See Also

Reference

XMLExcelDocument_RU Class