SpreadsheetGear The Performance Spreadsheet Component Company 
IName Interface Members
See Also  Properties  Methods 
SpreadsheetGear Namespace : IName Interface


The following tables list the members exposed by IName.

Public Properties

 NameDescription
 PropertyIndex Returns the zero based index of the defined name in the INames collection of the workbook to which it belongs.  
 PropertyName Gets or sets the name of the defined name.  
 PropertyRefersTo Gets or sets the formula which the defined name refers to.  
 PropertyRefersToR1C1 Gets or sets the formula which the defined name refers to in R1C1 notation.  
 PropertyRefersToRange Returns the IRange which this defined name refers to.  
 PropertyVisible Gets or sets the property which determines whether this defined name is visible to the user.  
Top

Public Methods

 NameDescription
 MethodDelete Deletes the defined name.  
Top

See Also