Click or drag to resize

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; }

Property Value

Type: INameRanges

Implements

IWorkbook Names
See Also