MESCIUS SPREAD for Windows Forms 15.0J
RemoveRows(Int32,Int32) メソッド

削除するインデックスを示す整数値。
削除する行数を示す整数値。
指定したインデックスにあるテーブル行を削除します。
構文
'宣言
 
Public Function RemoveRows( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As ActionResult(Of Table)
public ActionResult<Table> RemoveRows( 
   int index,
   int count
)

パラメータ

index
削除するインデックスを示す整数値。
count
削除する行数を示す整数値。

戻り値の型

削除が正常に行われた場合はtrue、それ以外の場合はfalse
参照

Table クラス
Table メンバ

 

 


© MESCIUS inc. All rights reserved.