C# 클래스 ExcelDna.Integration.ExcelReference.ExcelRectangle

파일 보기 프로젝트 열기: system-tradingtech/DataTools

공개 프로퍼티들

프로퍼티 타입 설명
ColumnFirst int
ColumnLast int
RowFirst int
RowLast int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
Equals ( ExcelRectangle other ) : bool
ExcelRectangle ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
GetInRange ( int value, int min, int max ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

ColumnFirst 공개적으로 프로퍼티

public int ColumnFirst
리턴 int

ColumnLast 공개적으로 프로퍼티

public int ColumnLast
리턴 int

RowFirst 공개적으로 프로퍼티

public int RowFirst
리턴 int

RowLast 공개적으로 프로퍼티

public int RowLast
리턴 int