GrapeCity SPREAD for Windows Forms 12.0J
GetValue メソッド (IWorksheet)


セルの行インデックスを示す整数値。
セルの列インデックスを示す整数値。
このシート上の指定したセルから生データを取得します。
構文
'Declaration
 
Function GetValue( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Object
'使用法
 
Dim instance As IWorksheet
Dim row As Integer
Dim column As Integer
Dim value As Object
 
value = instance.GetValue(row, column)
object GetValue( 
   int row,
   int column
)

パラメータ

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

戻り値の型

セルのSystem.Object値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.