Show / Hide Table of Contents

Interface IAddressInfo

Address info

Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface IAddressInfo

Properties

Address

The address.

Declaration
FormulaRangeAddress Address { get; }
Property Value
Type Description
FormulaRangeAddress

Addresses

If the address contains commaseparated addresses, this array contains the individual addresses.

Declaration
FormulaRangeAddress[] Addresses { get; }
Property Value
Type Description
FormulaRangeAddress[]
In This Article
Back to top Generated by DocFX