C# Class Dt.CalcEngine.CalcCellIdentity

Provides the ability to uniquely identify a cell.
Inheritance: Dt.CalcEngine.CalcLocalIdentity
Mostrar archivo Open project: Daoting/dt Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

CalcCellIdentity() public method

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. ///
return System

CalcCellIdentity() public method

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.
return System

CompareTo() protected method

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 . ///
return bool

ComputeHash() protected method

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

ConvertToExternal() public method

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

ToString() public method

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