Aspose::Cells::Validation::GetFormula1 method
Contents
[
Hide
]Validation::GetFormula1(bool, bool) method
Gets the value or expression associated with this validation.
U16String Aspose::Cells::Validation::GetFormula1(bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
isR1C1 | bool | Whether the formula needs to be formatted as R1C1. |
isLocal | bool | Whether the formula needs to be formatted by locale. |
ReturnValue
The value or expression associated with this validation.
See Also
- Class U16String
- Class Vector
- Class Validation
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Validation::GetFormula1(bool, bool, int32_t, int32_t) method
Gets the value or expression associated with this validation for specific cell.
U16String Aspose::Cells::Validation::GetFormula1(bool isR1C1, bool isLocal, int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
isR1C1 | bool | Whether the formula needs to be formatted as R1C1. |
isLocal | bool | Whether the formula needs to be formatted by locale. |
row | int32_t | The row index. |
column | int32_t | The column index. |
ReturnValue
The value or expression associated with this validation.
See Also
- Class U16String
- Class Vector
- Class Validation
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Validation::GetFormula1() method
Represents the value or expression associated with the data validation.
U16String Aspose::Cells::Validation::GetFormula1()
See Also
- Class U16String
- Class Validation
- Namespace Aspose::Cells
- Library Aspose.Cells for C++