Class TotalsRowFormula

java.lang.Object
com.independentsoft.office.spreadsheet.tables.TotalsRowFormula

public class TotalsRowFormula extends Object
The Class TotalsRowFormula.
  • Constructor Details

    • TotalsRowFormula

      public TotalsRowFormula()
      Instantiates a new totals row formula.
  • Method Details

    • clone

      public TotalsRowFormula clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isArray

      public boolean isArray()
      Checks if is array.
      Returns:
      true, if is array
    • setArray

      public void setArray(boolean isArray)
      Sets the array.
      Parameters:
      isArray - the new array
    • getFormula

      public String getFormula()
      Gets the formula.
      Returns:
      the formula
    • setFormula

      public void setFormula(String formula)
      Sets the formula.
      Parameters:
      formula - the new formula