GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > RangeReference 構造体 > ToAbsolute メソッド : ToAbsolute(Int32,Int32) メソッド |
'Declaration
Public Overloads Function ToAbsolute( _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer _ ) As RangeReference
'使用法
Dim instance As RangeReference Dim contextRow As Integer Dim contextColumn As Integer Dim value As RangeReference value = instance.ToAbsolute(contextRow, contextColumn)
public RangeReference ToAbsolute( int contextRow, int contextColumn )