ValidationGetFormula1 Method (Boolean, Boolean) |
Gets the value or expression associated with this validation.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string GetFormula1(
bool isR1C1,
bool isLocal
)
Public Function GetFormula1 (
isR1C1 As Boolean,
isLocal As Boolean
) As String
public:
String^ GetFormula1(
bool isR1C1,
bool isLocal
)
member GetFormula1 :
isR1C1 : bool *
isLocal : bool -> string
Parameters
- isR1C1
- Type: SystemBoolean
Whether the formula needs to be formatted as R1C1. - isLocal
- Type: SystemBoolean
Whether the formula needs to be formatted by locale.
Return Value
Type:
StringThe value or expression associated with this validation.
See Also