Share via


XMLExcelDocument_RU.insertPageBreak Method [AX 2012]

Adds a page break.

Syntax

public void insertPageBreak(int _rowAfter, [int _workSheet])

Run On

Called

Parameters

  • _rowAfter
    Type: int
    The row after which the page break should be added
  • _workSheet
    Type: int
    The worksheet to which the page break should be added.

See Also

Reference

XMLExcelDocument_RU Class