C# 클래스 ExcelFormulaParser.Engine.ExcelUtilities.RangeAddress

파일 보기 프로젝트 열기: swmal/ExcelFormulaParser 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CollidesWith ( RangeAddress other ) : bool

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

RangeAddress ( ) : System
ToString ( ) : string

메소드 상세

CollidesWith() 공개 메소드

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

RangeAddress() 공개 메소드

public RangeAddress ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string