Class MergedCell
java.lang.Object
com.independentsoft.office.spreadsheet.MergedCell
The Class MergedCell.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new merged cell.MergedCell(String reference)Instantiates a new merged cell. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the reference.voidsetReference(String reference)Sets the reference.toString()
-
Constructor Details
-
MergedCell
public MergedCell()Instantiates a new merged cell. -
MergedCell
Instantiates a new merged cell.- Parameters:
reference- the reference
-
-
Method Details