DefinedName
Overview
DefinedName is a class in Aspose.Cells FOSS for Java.
Represents a defined name in the workbook.
This class provides 10 methods for working with DefinedName objects in Java programs.
Available methods include: getComment, getFormula, getLocalSheetIndex, getName, isHidden, setComment, setFormula, setHidden, setLocalSheetIndex, setName.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: comment, formula, hidden, localSheetIndex, name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the name. |
formula | String | Read | Returns the formula. |
localSheetIndex | Integer | Read | Returns the local sheet index. |
hidden | boolean | Read | Returns the hidden. |
comment | String | Read | Returns the comment. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the name. |
setName(value: String) | Sets the name. |
getFormula() → String | Returns the formula. |
setFormula(value: String) | Sets the formula. |
getLocalSheetIndex() → Integer | Returns the local sheet index. |
setLocalSheetIndex(value: Integer) | Sets the local sheet index. |
isHidden() → boolean | Returns the hidden. |
setHidden(value: boolean) | Sets the hidden. |
getComment() → String | Returns the comment. |
setComment(value: String) | Sets the comment. |