GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > RangeReference 構造体 : ToContextWithoutReorder メソッド |
'Declaration
Public Function ToContextWithoutReorder( _ 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.ToContextWithoutReorder(contextRow, contextColumn)
public RangeReference ToContextWithoutReorder( int contextRow, int contextColumn )