RichTextBox for WinRT
Remove(Int32,Int32) Method


The index where to start removing text.
The count of characters to remove.
Removes a range of text from Text's current value.
Syntax
'Declaration
 
Public Overloads Overrides Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As C1Run
Dim start As System.Integer
Dim count As System.Integer
 
instance.Remove(start, count)
public override void Remove( 
   System.int start,
   System.int count
)

Parameters

start
The index where to start removing text.
count
The count of characters to remove.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Run Class
C1Run Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback