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.Int32The zero-based index at which the smart tag should be inserted.
value
Type: Microsoft.Office.Tools.SmartTagBaseThe 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.