InsertChars
Inserts an array of characters into the string value.
Public Function InsertChars(
ByVal Index As Long,
ByRef Chars ( ) As Integer,
Optional ByRef StartIndex As Variant,
Optional ByRef CharCount As Variant ) As StringBuilder
Parameters
- Index
-
[ByVal]
Long.
The index in the string value to start inserting.
- Chars
-
[ByRef]
Integer.
The characters to be inserted.
- StartIndex
-
[ByRef]
Optional.
Variant.
The index in the Characters to start inserting from.
- CharCount
-
[ByRef]
Optional.
Variant.
The number of characters to be inserted.
Return Values
StringBuilder - This instance of StringBuilder.
See Also
Project CorLib Overview
Class StringBuilder Overview