Spread Windows Forms 12.0 Product Documentation
Names Property (IWorkbook)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : Names Property
Gets a Names collection that represents all the names in the specified workbook (including all worksheet-specific names).
Syntax
'Declaration
 
ReadOnly Property Names As INames
'Usage
 
Dim instance As IWorkbook
Dim value As INames
 
value = instance.Names
INames Names {get;}

Property Value

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

Reference

IWorkbook Interface
IWorkbook Members