Class ExcelAddressUtil
Inheritance
System.Object
    ExcelAddressUtil
  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 static class ExcelAddressUtilMethods
GetValidName(String)
Declaration
public static string GetValidName(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Returns
| Type | Description | 
|---|---|
| System.String | 
IsValidAddress(String)
Declaration
public static bool IsValidAddress(string token)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | token | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
IsValidName(String)
Declaration
public static bool IsValidName(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |