Aspose::Cells::DeleteBlankOptions::GetEmptyFormulaValueAsBlank method
DeleteBlankOptions::GetEmptyFormulaValueAsBlank method
Whether one cell will be taken as blank when it is formula and the calculated result is null or empty string. Default value is false.
bool Aspose::Cells::DeleteBlankOptions::GetEmptyFormulaValueAsBlank()
Remarks
Generally user should make sure the formulas have been calculated before deleting operation with this property as true. Otherwise all newly cretaed formulas by normal apis such as Cell.Formula will be taken as blank and may be deleted because before calculation their calculated results are all null.
See Also
- Class Vector
- Class DeleteBlankOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++