[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IName

IName Interface

Represents a defined name.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IName
Public Interface IName

Properties

Name Description
Comment

Gets or sets the comment associated with this defined name.

Name

Gets or sets the name of the defined name.

RefersToR1C1

Gets or sets the formula in R1C1 format which the defined name refers to.

ValidWorkbookParameter

Gets a value indicating whether the IName is a valid workbook parameter.

Visible

Gets or sets the property which determines whether this defined name is visible to the user.

Worksheet

Gets the scope of name as local worksheet.

Methods

Name Description
Delete()

Deletes the defined name.

GetRefersTo(int, int)

Gets the formula in A1 format which the defined name refers to.

RefersToRange(int, int)

Gets the IRange object referred to by an IName object.

SetRefersTo(int, int, string)

Sets the formula in A1 format which the defined name refers to.