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