ComponentOne Studio for WinRT XAML
InsertRowsAbove メソッド

テーブルの行を挿入する範囲。
テーブルの行を上に挿入します。
構文
'宣言
 
Public Shared Function InsertRowsAbove( _
   ByVal range As C1TextRange _
) As System.Collections.Generic.IList(Of C1TableRow)
public static System.Collections.Generic.IList<C1TableRow> InsertRowsAbove( 
   C1TextRange range
)

パラメータ

range
テーブルの行を挿入する範囲。

戻り値の型

新しい行のリスト
参照

EditExtensions クラス
EditExtensions メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.