API Reference

Class

LegacyXlsDefinedName

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

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 Hidden { get; } #

Gets whether the defined name is hidden.

public Boolean BuiltIn { get; } #

Gets whether the defined name came from a BIFF built-in name.