Class AddressUtility
A utility to work with Excel addresses
Inheritance
System.Object
    AddressUtility
  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.Utils
Assembly: EPPlus.dll
Syntax
public static class AddressUtility
  Methods
ParseEntireColumnSelections(String)
Parse an entire column selection, e.g A:A
Declaration
public static string ParseEntireColumnSelections(string address)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | address | The entire address  | 
      
Returns
| Type | Description | 
|---|---|
| System.String |