Méthode | Description | |
---|---|---|
CalcBangCellExpression ( int row, int column ) : System |
Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.
|
|
CalcBangCellExpression ( int row, int column, bool rowRelative, bool columnRelative ) : System |
Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.
|
|
Offset ( int row, int column, bool offsetAbsolute = false, bool offsetRelative = true ) : Dt.CalcEngine.Expressions.CalcExpression |
Get a new expression with specific offset.
|
public CalcBangCellExpression ( int row, int column ) : System | ||
row | int | Row coordinate of cell. |
column | int | Column coordinate of cell. |
Résultat | System |
public CalcBangCellExpression ( int row, int column, bool rowRelative, bool columnRelative ) : System | ||
row | int | Row coordinate of cell. |
column | int | Column coordinate of cell. |
rowRelative | bool | Whether row coordinate is relative. |
columnRelative | bool | Whether the column coordinate is relative. |
Résultat | System |
public Offset ( int row, int column, bool offsetAbsolute = false, bool offsetRelative = true ) : Dt.CalcEngine.Expressions.CalcExpression | ||
row | int | the row offset |
column | int | the column offset |
offsetAbsolute | bool | |
offsetRelative | bool | |
Résultat | Dt.CalcEngine.Expressions.CalcExpression |