IMsoCharacters.Insert Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Insert ( _
bstr As String _
) As Object
'Usage
Dim instance As IMsoCharacters
Dim bstr As String
Dim returnValue As Object
returnValue = instance.Insert(bstr)
Object Insert(
string bstr
)
Parameters
- bstr
Type: System.String
Return Value
Type: System.Object