Share via


XMLExcelDocument_RU.worksheetWithNameExists Method [AX 2012]

Checks whether there is an occurrence of the worksheet with the specified name in the workbook.

Syntax

public boolean worksheetWithNameExists(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the worksheet for which to look.

Return Value

Type: boolean
true if there is an occurrence of the worksheet; otherwise, false.

See Also

Reference

XMLExcelDocument_RU Class