Метод | Описание | |
---|---|---|
CalcCellIdentity ( |
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.
|
public CalcCellIdentity ( |
||
cellIdentity |
/// The source |
|
rowOffset | int | /// The amount to offset the row index. /// |
columnOffset | int | /// The amount to offset the column index. /// |
Результат | System |
public CalcCellIdentity ( int rowIndex, int columnIndex ) : System | ||
rowIndex | int | The row index. |
columnIndex | int | The column index. |
Результат | System |
protected CompareTo ( Dt.CalcEngine.CalcIdentity other ) : bool | ||
other | Dt.CalcEngine.CalcIdentity |
/// The |
Результат | bool |
public ConvertToExternal ( ICalcSource source ) : Dt.CalcEngine.CalcExternalIdentity | ||
source | ICalcSource | /// The source. /// |
Результат | Dt.CalcEngine.CalcExternalIdentity |