C# 클래스 ExcelDna.Integration.ExcelReference

파일 보기 프로젝트 열기: system-tradingtech/DataTools 1 사용 예제들

공개 메소드들

메소드 설명
AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void
Equals ( object obj ) : bool
ExcelReference ( int row, int column ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System
GetHashCode ( ) : int
GetValue ( ) : object
SetValue ( object value ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
Equals ( ExcelReference other ) : bool
GetRectangleCount ( ) : int
GetRectangles ( ) : int[][]

메소드 상세

AddReference() 공개 메소드

public AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void
rowFirst int
rowLast int
columnFirst int
columnLast int
리턴 void

Equals() 공개 메소드

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

ExcelReference() 공개 메소드

public ExcelReference ( int row, int column ) : System
row int
column int
리턴 System

ExcelReference() 공개 메소드

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
리턴 System

ExcelReference() 공개 메소드

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetId System.IntPtr
리턴 System

ExcelReference() 공개 메소드

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetName string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

SetValue() 공개 메소드

public SetValue ( object value ) : bool
value object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string