PowerTools SPREAD for Windows Forms 8.0J
GetUnboundValue メソッド (IUnboundRowSupport)


行インデックス
列インデックス
セルの非連結値を取得します。
構文
'Declaration
 
Function GetUnboundValue( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Object
'使用法
 
Dim instance As IUnboundRowSupport
Dim row As Integer
Dim column As Integer
Dim value As Object
 
value = instance.GetUnboundValue(row, column)
object GetUnboundValue( 
   int row,
   int column
)

パラメータ

row
行インデックス
column
列インデックス

戻り値の型

非連結値を含む Object
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.