Show / Hide Table of Contents

Class RangeAddress

Inheritance
System.Object
RangeAddress
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)
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class RangeAddress

Constructors

RangeAddress()

Declaration
public RangeAddress()

Properties

Empty

Declaration
public static RangeAddress Empty { get; }
Property Value
Type Description
RangeAddress

FromCol

Declaration
public int FromCol { get; }
Property Value
Type Description
System.Int32

FromRow

Declaration
public int FromRow { get; }
Property Value
Type Description
System.Int32

ToCol

Declaration
public int ToCol { get; }
Property Value
Type Description
System.Int32

ToRow

Declaration
public int ToRow { get; }
Property Value
Type Description
System.Int32

Worksheet

Declaration
public string Worksheet { get; }
Property Value
Type Description
System.String

Methods

CollidesWith(RangeAddress)

Returns true if this range collides (full or partly) with the supplied range

Declaration
public bool CollidesWith(RangeAddress other)
Parameters
Type Name Description
RangeAddress other

The range to check

Returns
Type Description
System.Boolean

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX