Share via


XMLExcelDocument_RU.deletePageBreak Method [AX 2012]

Deletes the page break after a specified row on a specified worksheet.

Syntax

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

Run On

Called

Parameters

  • _rowAfter
    Type: int
    The row after the page break.
  • _workSheet
    Type: int
    The worksheet in which the page break is located,

See Also

Reference

XMLExcelDocument_RU Class