Share via


SmartTagCollection.Insert Method

Inserts a smart tag into the SmartTagCollection at the specified index. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Sub Insert ( _
    index As Integer, _
    value As SmartTagBase _
)
void Insert(
    int index,
    SmartTagBase value
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which the smart tag should be inserted.

.NET Framework Security

See Also

Reference

SmartTagCollection Interface

Microsoft.Office.Tools Namespace