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