Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface
Properties Methods

In This Topic
    IName Interface Members
    In This Topic

    The following tables list the members exposed by IName.

    Public Properties
     NameDescription
     PropertyGets or sets the comment associated with this defined name.  
     PropertyGets or sets the name of the defined name.  
     PropertyGets or sets the formula in R1C1 format which the defined name refers to.  
     PropertyGets a value indicating whether the IName is a valid workbook parameter.  
     PropertyGets or sets the property which determines whether this defined name is visible to the user.  
     PropertyGets the scope of name as local worksheet.  
    Top
    Public Methods
     NameDescription
     MethodDeletes the defined name.  
     MethodGets the formula in A1 format which the defined name refers to.  
     MethodGets the IRange object referred to by an IName object.  
     MethodSets the formula in A1 format which the defined name refers to.  
    Top
    See Also