IDataValidation
Formula2 Property
|
Value of the second formula.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string Formula2 { get; set; }
Property Formula2 As String
Get
Set
property String^ Formula2 {
String^ get ();
void set (String^ value);
}
abstract Formula2 : string with get, set
Property Value
Type:
String
See Also