GrapeCity SPREAD for Windows Forms 12.0J
RefersToRange メソッド


コンテキスト行を示す整数値。-1はアクティブセルの行を意味します。
コンテキスト列を示す整数値。-1はアクティブセルの列を意味します。
<see cref="T:GrapeCity.Spreadsheet.IName" />オブジェクトによって参照されている<see cref="T:GrapeCity.Spreadsheet.IRange" />オブジェクトを取得します。
構文
'Declaration
 
Function RefersToRange( _
   Optional ByVal contextRow As Integer, _
   Optional ByVal contextColumn As Integer _
) As IRange
'使用法
 
Dim instance As IName
Dim contextRow As Integer
Dim contextColumn As Integer
Dim value As IRange
 
value = instance.RefersToRange(contextRow, contextColumn)
IRange RefersToRange( 
   int contextRow,
   int contextColumn
)

パラメータ

contextRow
コンテキスト行を示す整数値。-1はアクティブセルの行を意味します。
contextColumn
コンテキスト列を示す整数値。-1はアクティブセルの列を意味します。

戻り値の型

INameオブジェクトを表すIRangeオブジェクト。
解説
INameオブジェクトが範囲を参照していない場合(たとえば、定数または数式を参照している場合など)、このプロパティはnullを返します。
参照

IName インタフェース
IName メンバ

 

 


Copyright © 2004 GrapeCity inc.