java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.DdeValues

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

    • DdeValues

      public DdeValues()
      Instantiates a new dde values.
  • Method Details

    • clone

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

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

      public List<DdeValue> getValues()
      Gets the values.
      Returns:
      the values
    • getColumns

      public int getColumns()
      Gets the columns.
      Returns:
      the columns
    • setColumns

      public void setColumns(int columns)
      Sets the columns.
      Parameters:
      columns - the new columns
    • getRows

      public int getRows()
      Gets the rows.
      Returns:
      the rows
    • setRows

      public void setRows(int rows)
      Sets the rows.
      Parameters:
      rows - the new rows