API Reference
Class
ExcelNamedRangeSnapshot
Immutable named-range inspection snapshot.
Inheritance
- Object
- ExcelNamedRangeSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelWorkbookSnapshot.NamedRanges
Constructors
public ExcelNamedRangeSnapshot() #Inherited Methods
Properties
public String ReferenceA1 { get; set; } #Referenced A1 range or formula text stored for the name.
public String SheetName { get; set; } #Sheet name for a local defined name, or null for workbook-global names.
public Boolean IsBuiltIn { get; set; } #Whether the name is an Excel built-in such as _xlnm.Print_Area.