API Reference

Class

ExcelFormulaArrayInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Array and dynamic-array metadata associated with a formula owner cell.

Inheritance

  • Object
  • ExcelFormulaArrayInfo

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

Authored spill or array range.

public Boolean IsDynamic { get; } #

Whether Office dynamic-array metadata is associated with the formula.

public Boolean IsCollapsed { get; } #

Whether the dynamic-array metadata marks the result collapsed.

public Nullable<UInt32> MetadataIndex { get; } #

Workbook cell-metadata index, when present.