[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.DefinedName

DefinedName Method

DefinedName(GcSpreadSheet, IName, CellReference, IRange)

Create or edit the name of cell ranges in workbook/worksheets.

Declaration
public static IDialog DefinedName(GcSpreadSheet spread, IName definedName, CellReference contextCell, IRange range = null)
Public Shared Function DefinedName(spread As GcSpreadSheet, definedName As IName, contextCell As CellReference, Optional range As IRange = Nothing) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

IName definedName

The defined name object to edit. Use null to create new defined name.

CellReference contextCell

The context cell to modify defined name. Use Empty to refer to the current active cell.

IRange range

The default range to create new defined name.

Returns
Type Description
IDialog

The IDialog object represents the defined name dialog.