ValidationFormula2 Property |
Represents the value or expression associated with the data validation.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string Formula2 { get; set; }
Public Property Formula2 As String
Get
Set
public:
property String^ Formula2 {
String^ get ();
void set (String^ value);
}
member Formula2 : string with get, set
Property Value
Type:
String
See Also