RichTextBox for WinRT
InsertColumnsRight Method


The range where to insert table columns.
Inserts table columns to the right.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function InsertColumnsRight( _
   ByVal range As C1TextRange _
) As System.Collections.Generic.IList(Of C1TableColumn)
'Usage
 
Dim range As C1TextRange
Dim value As System.Collections.Generic.IList(Of C1TableColumn)
 
value = EditExtensions.InsertColumnsRight(range)
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IList<C1TableColumn> InsertColumnsRight( 
   C1TextRange range
)

Parameters

range
The range where to insert table columns.

Return Value

The list of new columns
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