DefinedNameModel

DefinedNameModel

Overview

DefinedNameModel is a class in Aspose.Cells FOSS for Java.

Represents a defined name model in the Excel file.

Properties

NameTypeAccessDescription
nameStringReadReturns the name.
formulaStringReadReturns the formula.
localSheetIndexIntegerReadReturns the local sheet index.
hiddenbooleanReadReturns the hidden.
commentStringReadReturns the comment.

Methods

SignatureDescription
getName()StringReturns the name.
setName(name: String)Sets the name.
getFormula()StringReturns the formula.
setFormula(formula: String)Sets the formula.
getLocalSheetIndex()IntegerReturns the local sheet index.
setLocalSheetIndex(localSheetIndex: Integer)Sets the local sheet index.
getHidden()booleanReturns the hidden.
setHidden(hidden: boolean)Sets the hidden.
getComment()StringReturns the comment.
setComment(comment: String)Sets the comment.