GrapeCity SPREAD for Windows Forms 12.0J
Resize(Int32,Int32,Int32) メソッド


新しい左端のワークシート列のインデックスを示す整数値。
新しい右端のワークシート列のインデックスを示す整数値。
新しいテーブルの行数を示す整数値。デフォルト値は-1で、行数が変わらないことを示します。
このテーブルの境界を新しい範囲にサイズ変更します。セルは挿入または移動されません。
構文
'Declaration
 
Overloads Function Resize( _
   ByVal column As Integer, _
   ByVal column2 As Integer, _
   Optional ByVal rowCount As Integer _
) As Boolean
'使用法
 
Dim instance As ITable
Dim column As Integer
Dim column2 As Integer
Dim rowCount As Integer
Dim value As Boolean
 
value = instance.Resize(column, column2, rowCount)

パラメータ

column
新しい左端のワークシート列のインデックスを示す整数値。
column2
新しい右端のワークシート列のインデックスを示す整数値。
rowCount
新しいテーブルの行数を示す整数値。デフォルト値は-1で、行数が変わらないことを示します。

戻り値の型

テーブルのサイズが正常に変更された場合は<c>true</c>、それ以外の場合は<c>false</c>。
参照

ITable インタフェース
ITable メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.