API Reference
Class
ExcelFormulaArrayInfo
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
- Property ExcelFormulaCellInfo.Array
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.