Share via


SysExcelWorkbook.close Method [AX 2012]

Closes the current workbook.

Syntax

public void close([boolean _saveChanges, Filename _filename])

Run On

Client

Parameters

  • _saveChanges
    Type: boolean
    Specifies whether changes to the workbook should be saved.

Remarks

MSDN: https://msdn.microsoft.com/en-us/library/bb179153(v=office.12).aspx

See Also

Reference

SysExcelWorkbook Class