'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 IWorksheet Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)
'使用法
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 )
IWorksheet インタフェース IWorksheet メンバ
Copyright © 2004 GrapeCity inc.