DefinedNameModel
Overview
DefinedNameModel is a class in Aspose.Cells FOSS for Java.
Represents a defined name model in the Excel file.
This class provides 10 methods for working with DefinedNameModel objects in Java programs.
Available methods include: getComment, getFormula, getHidden, getLocalSheetIndex, getName, 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.
Description
DefinedNameModel is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 5 properties for programmatic use.
Core capabilities include: string; string; integer. These operations enable developers to integrate definednamemodel functionality directly into Java applications.
The class also provides the name property (returns the name), the formula property (returns the formula), the localSheetIndex property (returns the local sheet index).
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(name: String) | Sets the name. |
getFormula() → String | Returns the formula. |
setFormula(formula: String) | Sets the formula. |
getLocalSheetIndex() → Integer | Returns the local sheet index. |
setLocalSheetIndex(localSheetIndex: Integer) | Sets the local sheet index. |
getHidden() → boolean | Returns the hidden. |
setHidden(hidden: boolean) | Sets the hidden. |
getComment() → String | Returns the comment. |
setComment(comment: String) | Sets the comment. |