Class ExternalDefinedName
java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalDefinedName
The Class ExternalDefinedName.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the refers to.Gets the sheet id.voidSets the name.voidsetRefersTo(String refersTo)Sets the refers to.voidsetSheetID(String sheetID)Sets the sheet id.toString()
-
Constructor Details
-
ExternalDefinedName
public ExternalDefinedName()Instantiates a new external defined name.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getRefersTo
Gets the refers to.- Returns:
- the refers to
-
setRefersTo
Sets the refers to.- Parameters:
refersTo- the new refers to
-
getSheetID
Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
Sets the sheet id.- Parameters:
sheetID- the new sheet id
-