C1.Silverlight.RichTextBox.5
Remove(Int32,Int32) Method

The index of the first child to remove.
The count of children to remove.
Removes a range of children in this element.
Syntax
'Declaration
 
Public Overloads Overridable Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public virtual void Remove( 
   System.int start,
   System.int count
)

Parameters

start
The index of the first child to remove.
count
The count of children to remove.
See Also

Reference

C1TextElement Class
C1TextElement Members
Overload List

 

 


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