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 |
---|---|
Range |
FromCol
Declaration
public int FromCol { get; }
Property Value
Type | Description |
---|---|
System. |
FromRow
Declaration
public int FromRow { get; }
Property Value
Type | Description |
---|---|
System. |
ToCol
Declaration
public int ToCol { get; }
Property Value
Type | Description |
---|---|
System. |
ToRow
Declaration
public int ToRow { get; }
Property Value
Type | Description |
---|---|
System. |
Worksheet
Declaration
public string Worksheet { get; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|---|
Range |
other | The range to check |
Returns
Type | Description |
---|---|
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()