C# Class Dt.CalcEngine.CalcCellIdentity

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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. ///
Résultat System

CalcCellIdentity() public méthode

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.
Résultat System

CompareTo() protected méthode

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 . ///
Résultat bool

ComputeHash() protected méthode

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

ConvertToExternal() public méthode

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

ToString() public méthode

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