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

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

パラメータ

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

戻り値の型

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

Table クラス
Table メンバ

 

 


© MESCIUS inc. All rights reserved.