RichTextBox for WinRT
RemoveRange Method


A C1.Xaml.RichTextBox.Documents.C1TextRange.
Removes all C1RangeStyle items whose range intersects with the parameter range.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal range As C1TextRange _
) 
'Usage
 
Dim instance As C1RangeStyleCollection
Dim range As C1TextRange
 
instance.RemoveRange(range)
public void RemoveRange( 
   C1TextRange range
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.
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

C1RangeStyleCollection Class
C1RangeStyleCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback