DefinedName
Overview
DefinedName is a class in Aspose.Cells FOSS for .NET.
Represents defined name.
Properties: Comment, Formula, Hidden, LocalSheetIndex, Name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Formula | string | Read/Write | Gets or sets the formula. |
LocalSheetIndex | int? | Read/Write | Gets or sets the local sheet index. |
Hidden | bool | Read/Write | Gets or sets the hidden. |
Comment | string | Read/Write | Gets or sets the comment. |