Validation.GetFormula2
Contents
[
Hide
]GetFormula2(bool, bool)
Gets the value or expression associated with this validation.
public string GetFormula2(bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
isR1C1 | Boolean | Whether the formula needs to be formatted as R1C1. |
isLocal | Boolean | Whether the formula needs to be formatted by locale. |
Return Value
The value or expression associated with this validation.
See Also
- class Validation
- namespace Aspose.Cells
- assembly Aspose.Cells
GetFormula2(bool, bool, int, int)
Gets the value or expression associated with this validation for specific cell.
public string GetFormula2(bool isR1C1, bool isLocal, int row, int column)
Parameter | Type | Description |
---|---|---|
isR1C1 | Boolean | Whether the formula needs to be formatted as R1C1. |
isLocal | Boolean | Whether the formula needs to be formatted by locale. |
row | Int32 | The row index. |
column | Int32 | The column index. |
Return Value
The value or expression associated with this validation.
See Also
- class Validation
- namespace Aspose.Cells
- assembly Aspose.Cells