Table of Contents

Class ExcelAddressInfo

Namespace
OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly
Magicodes.EPPlus.dll
public class ExcelAddressInfo
Inheritance
ExcelAddressInfo
Inherited Members
Extension Methods

Properties

AddressOnSheet

public string AddressOnSheet { get; }

Property Value

string

EndCell

public string EndCell { get; }

Property Value

string

IsMultipleCells

public bool IsMultipleCells { get; }

Property Value

bool

StartCell

public string StartCell { get; }

Property Value

string

Worksheet

public string Worksheet { get; }

Property Value

string

WorksheetIsSpecified

public bool WorksheetIsSpecified { get; }

Property Value

bool

Methods

Parse(string)

public static ExcelAddressInfo Parse(string address)

Parameters

address string

Returns

ExcelAddressInfo