Table of Contents

Class RangeAddress

Namespace
OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly
Magicodes.EPPlus.dll
public class RangeAddress
Inheritance
RangeAddress
Inherited Members
Extension Methods

Constructors

RangeAddress()

public RangeAddress()

Properties

Empty

public static RangeAddress Empty { get; }

Property Value

RangeAddress

FromCol

public int FromCol { get; }

Property Value

int

FromRow

public int FromRow { get; }

Property Value

int

ToCol

public int ToCol { get; }

Property Value

int

ToRow

public int ToRow { get; }

Property Value

int

Worksheet

public string Worksheet { get; }

Property Value

string

Methods

CollidesWith(RangeAddress)

public bool CollidesWith(RangeAddress other)

Parameters

other RangeAddress

Returns

bool

ToString()

public override string ToString()

Returns

string