AddRow - method of the PmfEnum object
Description:
Adds new row into the menu.
Syntax:
Empty AddRow(Variant vValue, String sName)
Parameters:
| vValue | (Variant) Value of the row. If this row is selected then Value property returns this value. |
| sName | (String) Displayed name of the row |
|---|
Example1:
JavaScriptSelect and copy to clipboard
oEnum.AddRow(vValue, sName);