Defines the properties and methods inherited by objects in the ControlRangeCollection prototype chain.
Syntax
| HTML | N/A |
|---|
| Scripting | ControlRangeCollection.prototype |
|---|
Members Table
The following table lists the members exposed by the
ControlRangeCollection Constructor
object.
Attributes/Properties
| Property | Description |
|---|
| length |
Gets or sets the number of objects in a collection. |
Methods
| Method | Description |
|---|
| add |
Adds an element to the areas, controlRange, or options collection. |
| addElement |
Adds an element to the controlRange collection. |
| execCommand |
Executes a command on the current document, current selection, or the given range. |
| item |
Retrieves an object from a controlRange collection. |
| queryCommandEnabled |
Returns a Boolean value that indicates whether a specified command can be successfully executed using execCommand, given the current state of the document. |
| queryCommandIndeterm |
Returns a Boolean value that indicates whether the specified command is in the indeterminate state. |
| queryCommandState |
Returns a Boolean value that indicates the current state of the command. |
| queryCommandSupported |
Returns a Boolean value that indicates whether the current command is supported on the current range. |
| queryCommandValue |
Returns the current value of the document, range, or current selection for the given command. |
| remove |
Removes an element from the collection. |
| scrollIntoView |
Causes the object to scroll into view, aligning it either at the top or bottom of the window. |
| select |
Makes the selection equal to the current object. |
Remarks
For more information on this and other DOM Prototypes see
Document Object Model Prototypes, Part 1: Introduction.
This prototype does not derive from any objects.
Applies To
See Also