GrapeCity SPREAD for Windows Forms 12.0J
GetLightweightCell メソッド


セルの行インデックスを示す整数値。
セルの列インデックスを示す整数値。
指定したセルを表すExpressionViewCellを取得します。この関数はスレッドセーフではありません。
構文
'Declaration
 
Public Function GetLightweightCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ExpressionViewCell
'使用法
 
Dim instance As ExpressionView
Dim row As Integer
Dim column As Integer
Dim value As ExpressionViewCell
 
value = instance.GetLightweightCell(row, column)
public ExpressionViewCell GetLightweightCell( 
   int row,
   int column
)

パラメータ

row
セルの行インデックスを示す整数値。
column
セルの列インデックスを示す整数値。

戻り値の型

セルを表すExpressionViewCellインスタンス。
解説
返されたExpressionViewCellセルは、次のセルにアクセスするまで使用できます。呼び出し元はExpressionViewCellセルから直ちに値を読み取り、それ以降はこのセルを参照しないようにする必要があります。
参照

ExpressionView クラス
ExpressionView メンバ

 

 


Copyright © 2004 GrapeCity inc.