Share via


SmartTagCollection.Insert Method

Inserts a smart tag into the SmartTagCollection at the specified index.

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