'宣言 Function Add( _ ByVal name As System.String, _ ByVal refersTo As System.String, _ Optional ByVal comment As System.String, _ Optional ByVal contextRow As System.Integer, _ Optional ByVal contextColumn As System.Integer, _ Optional ByVal isA1StyleNotation As System.Nullable(Of Boolean) _ ) As IName
IName Add( System.string name, System.string refersTo, System.string comment, System.int contextRow, System.int contextColumn, System.Nullable<bool> isA1StyleNotation )
パラメータ
- name
- 新しい定義名の名前を示す文字列値。
- refersTo
- 新しい定義名が参照している数式を表す文字列値。
- comment
- 新しい定義名のコメントを示す文字列値。
- contextRow
- refersTo数式に関連するコンテキスト行を示す整数値。
- contextColumn
- refersTo数式に関連するコンテキスト列を示す整数値。
- isA1StyleNotation
- 数式の表記スタイルを示すbool?値。
true
はA1表記スタイル、false
はR1C1表記スタイル、null
は現在の表記スタイルを示します。
戻り値の型
新しく作成された定義名を示すINameオブジェクト。入力が無効な場合は
null
。