XlsWorkbook
Names Property
|
For an ReservedHandle object, it returns a Names collection that represents
all the names in the active workbook. For a Workbook object, it returns
a Names collection that represents all the names in the specified
workbook (including all worksheet-specific names).
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public INameRanges Names { get; }
Public ReadOnly Property Names As INameRanges
Get
public:
virtual property INameRanges^ Names {
INameRanges^ get () sealed;
}
abstract Names : INameRanges with get
override Names : INameRanges with get
Property Value
Type:
INameRanges
Implements
IWorkbook
Names
See Also