GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IName インタフェース : GetRefersTo メソッド |
'Declaration
Function GetRefersTo( _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer _ ) As String
'使用法
Dim instance As IName Dim contextRow As Integer Dim contextColumn As Integer Dim value As String value = instance.GetRefersTo(contextRow, contextColumn)
string GetRefersTo( int contextRow, int contextColumn )