Método SmartTagCollection.Insert

Insere uma marca inteligente para o SmartTagCollection no índice especificado.

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

Sintaxe

'Declaração
Sub Insert ( _
    index As Integer, _
    value As SmartTagBase _
)
void Insert(
    int index,
    SmartTagBase value
)

Parâmetros

  • index
    Tipo: System.Int32
    O índice baseado em zero, no qual a marca inteligente deve ser inserida.

Segurança do .NET Framework

Consulte também

Referência

SmartTagCollection Interface

Namespace Microsoft.Office.Tools