SPREAD for WPF 3.0J - GcSpreadSheet
Resize(Int32,Int32,Int32) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ITable インターフェース > Resize メソッド : Resize(Int32,Int32,Int32) メソッド
新しい左端のワークシート列のインデックスを示す整数値。
新しい右端のワークシート列のインデックスを示す整数値。
新しいテーブルの行数を示す整数値。デフォルト値は-1で、行数が変わらないことを示します。
このテーブルの境界を新しい範囲にサイズ変更します。セルは挿入または移動されません。
シンタックス
'宣言
 
Overloads Function Resize( _
   ByVal column As System.Integer, _
   ByVal column2 As System.Integer, _
   Optional ByVal rowCount As System.Integer _
) As System.Boolean
System.bool Resize( 
   System.int column,
   System.int column2,
   System.int rowCount
)

パラメータ

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

戻り値の型

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

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