'宣言 Public Shared Function DefinedName( _ ByVal spread As GcSpreadSheet, _ ByVal definedName As IName, _ ByVal contextCell As CellReference, _ Optional ByVal range As IRange _ ) As IDialog
public static IDialog DefinedName( GcSpreadSheet spread, IName definedName, CellReference contextCell, IRange range )
パラメータ
- spread
- 動作するGrapeCity.Wpf.SpreadSheet.GcSpreadSheetコントロール。
- definedName
- 編集する定義名のオブジェクト。
null
を使用して、新しい定義名を作成します。 - contextCell
- 定義名を変更するコンテキストセル。GrapeCity.Spreadsheet.CellReference.Emptyを使用して、現在のアクティブセルを参照します。
- range
- 新しい定義名を作成するデフォルトの範囲。
戻り値の型
名前の定義ダイアログを表すIDialogオブジェクト。