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


行の総数。
列の総数。
このIValuesArrayのサイズを指定した行数および列数に変更します。
構文
'Declaration
 
Sub Resize( _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As IValuesArray
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.Resize(rowCount, columnCount)
void Resize( 
   int rowCount,
   int columnCount
)

パラメータ

rowCount
行の総数。
columnCount
列の総数。
参照

IValuesArray インタフェース
IValuesArray メンバ

 

 


Copyright © 2004 GrapeCity inc.