Class ExcelAddressInfo
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 ExcelAddressInfoProperties
AddressOnSheet
Declaration
public string AddressOnSheet { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
EndCell
Declaration
public string EndCell { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IsMultipleCells
Declaration
public bool IsMultipleCells { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
StartCell
Declaration
public string StartCell { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Worksheet
Declaration
public string Worksheet { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
WorksheetIsSpecified
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 |