GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IArguments インタフェース : GetArrayValue メソッド |
'Declaration
Sub GetArrayValue( _ ByVal index As Integer, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal result As IPrimitiveValue _ )
'使用法
Dim instance As IArguments Dim index As Integer Dim row As Integer Dim column As Integer Dim result As IPrimitiveValue instance.GetArrayValue(index, row, column, result)