object GetUnboundValue( int row, int column )
'Declaration Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'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)
'使用法
Dim instance As IUnboundRowSupport Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetUnboundValue(row, column)
IUnboundRowSupport インタフェース IUnboundRowSupport メンバ
© 2004-2017, GrapeCity inc. All rights reserved.