RichTextBox for WinRT
TableRange Method


A C1.Xaml.RichTextBox.Documents.C1TextRange.
Returns a range containing the table included in a parameter range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function TableRange( _
   ByVal range As C1TextRange _
) As C1TextRange
'Usage
 
Dim range As C1TextRange
Dim value As C1TextRange
 
value = EditExtensions.TableRange(range)
[System.Runtime.CompilerServices.Extension()]
public static C1TextRange TableRange( 
   C1TextRange range
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.

Return Value

A range containing the table included in a parameter range.
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

EditExtensions Class
EditExtensions Members

 

 


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

Product Support Forum  |  Documentation Feedback