Show / Hide Table of Contents

Class AddressUtility

A utility to work with Excel addresses

Inheritance
object
AddressUtility
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string address

The entire address

Returns
Type Description
string
In this article
Back to top Generated by DocFX