Show / Hide Table of Contents

Class ExcelAddressInfo

Information about an address.

Inheritance
System.Object
ExcelAddressInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class ExcelAddressInfo

Properties

AddressOnSheet

The address part if a worksheet is specified on the address.

Declaration
public string AddressOnSheet { get; }
Property Value
Type Description
System.String

EndCell

The end cell address

Declaration
public string EndCell { get; }
Property Value
Type Description
System.String

IsMultipleCells

If the address reference multiple cells.

Declaration
public bool IsMultipleCells { get; }
Property Value
Type Description
System.Boolean

StartCell

The start cell address

Declaration
public string StartCell { get; }
Property Value
Type Description
System.String

Worksheet

The worksheet name

Declaration
public string Worksheet { get; }
Property Value
Type Description
System.String

WorksheetIsSpecified

Returns true if the Worksheet is set

Declaration
public bool WorksheetIsSpecified { get; }
Property Value
Type Description
System.Boolean

Methods

Parse(String)

Declaration
public static ExcelAddressInfo Parse(string address)
Parameters
Type Name Description
System.String address
Returns
Type Description
ExcelAddressInfo
In This Article
Back to top Generated by DocFX