'addElement()' Syntax, Parameters and Note : addElement « Javascript Methods « JavaScript Reference

'addElement()' Syntax, Parameters and Note

Note:

Adds an element to the controlRange collection.
    
Syntax:
    
controlRangeName.addElement(param1)


Parameters:
    param1   Required; the element to add.

    

      
      








Related examples in the same category

1.'addElement()' Example
2.'addElement()' is applied to