IHTMLRectCollection interface

This interface provides the ability to programmatically access items in a rectangle collection.

Members

The IHTMLRectCollection interface inherits from the IDispatch interface. IHTMLRectCollection also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLRectCollection interface has these methods.

Method Description
item

Retrieves an object from a TextRectangle collection.

 

Properties

The IHTMLRectCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch