Class DdeValues
java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.DdeValues
The Class DdeValues.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DdeValues
public DdeValues()Instantiates a new dde values.
-
-
Method Details
-
clone
-
toString
-
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
-