Spt Attribute

HTML (DHTML)

Spt Attribute

Internet Development Index

Defines a number used internally by Microsoft Office to identify types of shapes. Read/write String.

Applies To

Shape

Tag Syntax

<v:element o:spt="expression">

Script Syntax

element.spt="expression"

expression=element.spt

Remarks

Reserved for internal use only.

Microsoft Office Extensions Attribute

Example

Use the following VBScript code to display the Spt attribute of a shape.

   msgbox myshape.spt

Spt Attribute Example. (Requires Microsoft Internet Explorer 5 or greater.)