Version 20.1

NamedReference Class Properties

For a list of all members of this type, see NamedReference members.

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)
See Also

View on GitHub