SPREAD for WPF 3.0J - GcSpreadSheet
Add メソッド (INames)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > INames インターフェース : Add メソッド
新しい定義名の名前を示す文字列値。
新しい定義名が参照している数式を表す文字列値。
新しい定義名のコメントを示す文字列値。
refersTo数式に関連するコンテキスト行を示す整数値。
refersTo数式に関連するコンテキスト列を示す整数値。
数式の表記スタイルを示すbool?値。trueはA1表記スタイル、falseはR1C1表記スタイル、nullは現在の表記スタイルを示します。
新しい定義名を作成します。
シンタックス
'宣言
 
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
参照

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