GrapeCity SPREAD for Windows Forms 11.0J
Resize メソッド


新しい行数。
新しい列数。
テーブルのサイズを変更します。
構文
'Declaration
 
Public Sub Resize( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As TableView
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.Resize(rowCount, columnCount)
public void Resize( 
   int rowCount,
   int columnCount
)

パラメータ

rowCount
新しい行数。
columnCount
新しい列数。
参照

TableView クラス
TableView メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.