Version

NamedReference Class Members

The following tables list the members exposed by NamedReference.

Public Properties
 NameDescription
Public PropertyCommentGets or sets the comment associated with the named reference or table. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase)
Public PropertyFormulaGets the formula which defines the named reference.  
Public PropertyIsSimpleReferenceFormulaGets the value indicating whether the Formula is a simple formula referring to a single cell, a single region, or multiple regions in the same workbook as the named reference.  
Public PropertyNameGets or sets the name of the reference. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase)
Public PropertyReferencedCellGets the WorksheetCell referenced by the Formula.  
Public PropertyReferencedRegionGets the WorksheetRegion referenced by the Formula.  
Public PropertyReferencedRegionsGets the array of WorksheetRegion instances referenced by the Formula.  
Public PropertyScopeGets the scope of the named reference. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase)
Public Methods
 NameDescription
Public MethodSetFormulaOverloaded. Sets the formula for a named reference.  
Public MethodToStringGets the string representation of the named reference.  
See Also