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


新しい行数。
新しい列数。
テーブルのサイズを変更します。
構文
'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 メンバ

 

 


Copyright © 2004 GrapeCity inc.