SysExcelListObjects.add Method [AX 2012]

Retrive list object from excel

Syntax

public SysExcelListObject add(SysExcelRange _range, str name)

Run On

Client

Parameters

  • name
    Type: str
    name of the list object

Return Value

Type: SysExcelListObject Class
A SysExcelListObject object which contain the range specified by the input with the given name.

See Also

Reference

SysExcelListObjects Class