C# 클래스 Dt.CalcEngine.CalcCellIdentity

Provides the ability to uniquely identify a cell.
상속: Dt.CalcEngine.CalcLocalIdentity
파일 보기 프로젝트 열기: Daoting/dt 1 사용 예제들

공개 메소드들

메소드 설명
CalcCellIdentity ( CalcCellIdentity cellIdentity, int rowOffset, int columnOffset ) : System

Initializes a new instance of the T:Dt.CalcEngine.CalcCellIdentity class.

CalcCellIdentity ( int rowIndex, int columnIndex ) : System

Initializes a new instance of the T:Dt.CalcEngine.CalcCellIdentity class.

ConvertToExternal ( ICalcSource source ) : Dt.CalcEngine.CalcExternalIdentity

Converts to external identity.

ToString ( ) : string

Returns a T:System.String that represents this instance.

보호된 메소드들

메소드 설명
CompareTo ( Dt.CalcEngine.CalcIdentity other ) : bool

Determines whether the specified T:Dt.CalcEngine.CalcCellIdentity is equal to the current T:Dt.CalcEngine.CalcCellIdentity.

ComputeHash ( ) : int

Serves as a hash function for the T:Dt.CalcEngine.CalcCellIdentity type.

메소드 상세

CalcCellIdentity() 공개 메소드

Initializes a new instance of the T:Dt.CalcEngine.CalcCellIdentity class.
public CalcCellIdentity ( CalcCellIdentity cellIdentity, int rowOffset, int columnOffset ) : System
cellIdentity CalcCellIdentity /// The source /// from which to create the new . ///
rowOffset int /// The amount to offset the row index. ///
columnOffset int /// The amount to offset the column index. ///
리턴 System

CalcCellIdentity() 공개 메소드

Initializes a new instance of the T:Dt.CalcEngine.CalcCellIdentity class.
public CalcCellIdentity ( int rowIndex, int columnIndex ) : System
rowIndex int The row index.
columnIndex int The column index.
리턴 System

CompareTo() 보호된 메소드

Determines whether the specified T:Dt.CalcEngine.CalcCellIdentity is equal to the current T:Dt.CalcEngine.CalcCellIdentity.
protected CompareTo ( Dt.CalcEngine.CalcIdentity other ) : bool
other Dt.CalcEngine.CalcIdentity /// The to compare with the /// current . ///
리턴 bool

ComputeHash() 보호된 메소드

Serves as a hash function for the T:Dt.CalcEngine.CalcCellIdentity type.
protected ComputeHash ( ) : int
리턴 int

ConvertToExternal() 공개 메소드

Converts to external identity.
public ConvertToExternal ( ICalcSource source ) : Dt.CalcEngine.CalcExternalIdentity
source ICalcSource /// The source. ///
리턴 Dt.CalcEngine.CalcExternalIdentity

ToString() 공개 메소드

Returns a T:System.String that represents this instance.
public ToString ( ) : string
리턴 string