'Declaration Function GetValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'Declaration
Function GetValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'使用法 Dim instance As ISegmentMatrixData Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)
'使用法
Dim instance As ISegmentMatrixData Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)
object GetValue( int row, int column )
ISegmentMatrixData インタフェース ISegmentMatrixData メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.