DefinedName

Overview

DefinedName is a class in Aspose.Cells FOSS for .NET.

Represents defined name.

Properties: Comment, Formula, Hidden, LocalSheetIndex, Name.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name.
FormulastringRead/WriteGets or sets the formula.
LocalSheetIndexint?Read/WriteGets or sets the local sheet index.
HiddenboolRead/WriteGets or sets the hidden.
CommentstringRead/WriteGets or sets the comment.

See Also