API Reference
Class
LegacyXlsDefinedName
Represents a BIFF defined name whose formula can be projected to an A1 reference.
Inheritance
- Object
- LegacyXlsDefinedName
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 LegacyXlsWorkbook.DefinedNames
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the Open XML defined-name identifier.
public String Reference { get; } #Gets the sheet-qualified A1 reference represented by the BIFF name formula.
public Nullable<Int32> LocalSheetIndex { get; } #Gets the zero-based local sheet index when the name is sheet-scoped.
public Boolean BuiltIn { get; } #Gets whether the defined name came from a BIFF built-in name.