CsvLoadOptionsHasFormula Property |
Indicates whether text is formula if it starts with "=".
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic bool HasFormula { get; set; }
Public Property HasFormula As Boolean
Get
Set
public:
property bool HasFormula {
bool get ();
void set (bool value);
}
member HasFormula : bool with get, set
Property Value
Type:
Boolean
See Also