ChartCharacters.Insert(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a string preceding the selected characters.
public:
System::Object ^ Insert(System::String ^ String);
public object Insert (string String);
abstract member Insert : string -> obj
Public Function Insert (String As String) As Object
Parameters
- String
- String
The string to insert.
Returns
Object