SmartTagCollection.Insert(Int32, SmartTagBase) Method

Definition

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..

public:
 void Insert(int index, Microsoft::Office::Tools::SmartTagBase ^ value);
public void Insert (int index, Microsoft.Office.Tools.SmartTagBase value);
abstract member Insert : int * Microsoft.Office.Tools.SmartTagBase -> unit
Public Sub Insert (index As Integer, value As SmartTagBase)

Parameters

index
Int32

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

value
SmartTagBase

The smart tag to add to the collection.

Applies to