public class Spreadsheet.ColRef
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ivRef
The reference.
|
private java.lang.String |
ivText
The text associated with the reference.
|
Constructor and Description |
---|
ColRef(java.lang.String ref,
java.lang.String text)
Constructs a new
ColRef . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRef()
Returns the reference.
|
java.lang.String |
getText()
Returns the reference's text.
|
private java.lang.String ivRef
private java.lang.String ivText