The following tables list the members exposed by NamedReference.
Name | Description | |
---|---|---|
![]() | Comment | Gets or sets the comment associated with the named reference or table. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase) |
![]() | Formula | Gets the formula which defines the named reference. |
![]() | IsSimpleReferenceFormula | Gets 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. |
![]() | Name | Gets or sets the name of the reference. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase) |
![]() | ReferencedCell | Gets the WorksheetCell referenced by the Formula. |
![]() | ReferencedRegion | Gets the WorksheetRegion referenced by the Formula. |
![]() | ReferencedRegions | Gets the array of WorksheetRegion instances referenced by the Formula. |
![]() | Scope | Gets the scope of the named reference. (Inherited from Infragistics.Documents.Excel.NamedReferenceBase) |
Name | Description | |
---|---|---|
![]() | SetFormula | Overloaded. Sets the formula for a named reference. |
![]() | ToString | Gets the string representation of the named reference. |
View on GitHub