For an ReservedHandle object, returns a Names collection that represents
all the names in the active workbook. For a Workbook object, returns
a Names collection that represents all the names in the specified
workbook (including all worksheet-specific names).
Examples
The following code snippet illustrates how to get names:
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
INameRanges Names { get; }
ReadOnly Property Names As INameRanges
Get
property INameRanges^ Names {
INameRanges^ get ();
}
abstract Names : INameRanges with get
Property Value
Type:
INameRanges
See Also