MESCIUS SPREAD for Windows Forms 15.0J
RemoveColumns メソッド (Table)

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

パラメータ

index
挿入するインデックスを示す整数値。
count
削除する列の数を示す整数値。

戻り値の型

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

Table クラス
Table メンバ

 

 


© MESCIUS inc. All rights reserved.