'Declaration
Public Sub Overwrite( _ ByVal start As Integer, _ ByVal length As Integer, _ ByVal text As String _ )
Parameters
- start
- The start position of the replaced range.
- length
- The length of the replaced range.
- text
- The new text.
'Declaration
Public Sub Overwrite( _ ByVal start As Integer, _ ByVal length As Integer, _ ByVal text As String _ )