Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookBase Class / Names Property


In This Topic
Names Property (WorkbookBase)
In This Topic
Gets a Names collection that represents all the names in the specified workbook (including all worksheet-specific names).
Syntax
'Declaration
 
Public ReadOnly Property Names As INames
 
'Usage
 
Dim instance As WorkbookBase
Dim value As INames
 
value = instance.Names

Property Value

The Names collection that represents all the names in the specified workbook.
See Also