MESCIUS SPREAD for Windows Forms 15.0J
Add メソッド (INames)

新しい定義名の名前を示す文字列値。
新しい定義名が参照している数式を表す文字列値。
新しい定義名のコメントを示す文字列値。
refersTo数式に関連するコンテキスト行を示す整数値。
refersTo数式に関連するコンテキスト列を示す整数値。
数式の表記スタイルを示すbool?値。trueはA1表記スタイル、falseはR1C1表記スタイル、nullは現在の表記スタイルを示します。
新しい定義名を作成します。
構文
'宣言
 
Function Add( _
   ByVal name As String, _
   ByVal refersTo As String, _
   Optional ByVal comment As String, _
   Optional ByVal contextRow As Integer, _
   Optional ByVal contextColumn As Integer, _
   Optional ByVal isA1StyleNotation As Nullable(Of Boolean) _
) As IName

パラメータ

name
新しい定義名の名前を示す文字列値。
refersTo
新しい定義名が参照している数式を表す文字列値。
comment
新しい定義名のコメントを示す文字列値。
contextRow
refersTo数式に関連するコンテキスト行を示す整数値。
contextColumn
refersTo数式に関連するコンテキスト列を示す整数値。
isA1StyleNotation
数式の表記スタイルを示すbool?値。trueはA1表記スタイル、falseはR1C1表記スタイル、nullは現在の表記スタイルを示します。

戻り値の型

新しく作成された定義名を示すINameオブジェクト。入力が無効な場合はnull
参照

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

 

 


© MESCIUS inc. All rights reserved.