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.
- value
Type: Microsoft.Office.Tools.SmartTagBase
The smart tag to add to the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.