'宣言 Function InsertColumns( _ ByVal column As System.Integer, _ ByVal count As System.Integer _ ) As ActionResult(Of Object)
ActionResult<object> InsertColumns( System.int column, System.int count )
パラメータ
- column
- 新しい列を挿入する列インデックスを示す整数値。
- count
- 挿入する行の数を示す整数値。
戻り値の型
列が正常に挿入された場合は
true
、それ以外の場合はfalse
。