'宣言 Function RefersToRange( _ Optional ByVal contextRow As System.Integer, _ Optional ByVal contextColumn As System.Integer _ ) As IRange
IRange RefersToRange( System.int contextRow, System.int contextColumn )
パラメータ
- contextRow
- コンテキスト行を示す整数値。-1はアクティブセルの行を意味します。
- contextColumn
- コンテキスト列を示す整数値。-1はアクティブセルの列を意味します。