Class RangeAddress
public class RangeAddress
- Inheritance
-
RangeAddress
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public static RangeAddress Empty { get; }
Property Value
- RangeAddress
public int FromCol { get; }
Property Value
- int
public int FromRow { get; }
Property Value
- int
public int ToCol { get; }
Property Value
- int
public int ToRow { get; }
Property Value
- int
public string Worksheet { get; }
Property Value
- string
Methods
public bool CollidesWith(RangeAddress other)
Parameters
other
RangeAddress
Returns
- bool
public override string ToString()
Returns
- string