Class SpreadsheetReference

java.lang.Object
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetReference

public class SpreadsheetReference extends Object
This class represents a reference between two worksheets and two columns. Reference has multiplicity one-to-one or one-to-many meaning that either the first referenced row is relevant or all of them. This is most important when reading spreadsheet data. Reference may also cascade updates - this means that any changes to the referenced cell would be cascaded to all referencing rows.
Author:
Martins Francis