Share via


MapElement Object

SharePoint Designer Developer Reference

Represents a MAP element in an HTML document.

Interfaces
This object implements the following interfaces

Remarks

Use the Item method to return a specific MapElement object. The following example accesses the first MAP element in the active document.

Visual Basic for Applications
Dim objMap As MapElement
Set objMap = ActiveDocument.all.tags("map").Item(0)

See Also