asposecells.api

Class DeleteBlankOptions

Represents the setting of deleting blank cells/rows/columns.

Constructor Summary
 
Property Getters/Setters Summary
methodgetEmptyFormulaValueAsBlank()
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.
methodgetEmptyStringAsBlank()
method
           Whether one cell will be taken as blank when its value is empty string. Default value is true.
methodgetUpdateReference()
method
           Indicates if update references in other worksheets.
 

    • Constructor Detail

      • DeleteBlankOptions

        DeleteBlankOptions()
    • Property Getters/Setters Detail

      • getEmptyStringAsBlank/setEmptyStringAsBlank : boolean 

        boolean getEmptyStringAsBlank() / setEmptyStringAsBlank(value)
        
        Whether one cell will be taken as blank when its value is empty string. Default value is true.
      • getEmptyFormulaValueAsBlank/setEmptyFormulaValueAsBlank : boolean 

        boolean getEmptyFormulaValueAsBlank() / setEmptyFormulaValueAsBlank(value)
        
        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. 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.
      • getUpdateReference/setUpdateReference : boolean 

        boolean getUpdateReference() / setUpdateReference(value)
        
        Indicates if update references in other worksheets.