C# Класс Dt.CalcEngine.CalcCellIdentity

Provides the ability to uniquely identify a cell.
Наследование: Dt.CalcEngine.CalcLocalIdentity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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