ChartCharacters.Insert Method
Inserts a string preceding the selected characters.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Insert ( _
String As String _
) As Object
'Usage
Dim instance As ChartCharacters
Dim String As String
Dim returnValue As Object
returnValue = instance.Insert(String)
Object Insert(
string String
)
Parameters
- String
Type: System.String
The string to insert.
Return Value
Type: System.Object