C# Class ExcelFormulaParser.Engine.ExcelUtilities.RangeAddress

Afficher le fichier Open project: swmal/ExcelFormulaParser Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

RangeAddress() public méthode

public RangeAddress ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string