[]
Create or edit the name of cell ranges in workbook/worksheets.
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
Type | Name | Description |
---|---|---|
GcSpreadSheet | spread | The GcSpreadSheet control to work with. |
IName | definedName | The defined name object to edit. Use |
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. |
Type | Description |
---|---|
IDialog | The IDialog object represents the defined name dialog. |