C# Class ExcelFormulaParser.Engine.ExcelUtilities.RangeAddress

Show file Open project: swmal/ExcelFormulaParser Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CollidesWith ( RangeAddress other ) : bool

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

RangeAddress ( ) : System
ToString ( ) : string

Method Details

CollidesWith() public method

Returns true if this range collides (full or partly) with the supplied range
public CollidesWith ( RangeAddress other ) : bool
other RangeAddress The range to check
return bool

RangeAddress() public method

public RangeAddress ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string