Spread Windows Forms 12.0 Product Documentation
Names Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Names Property
Gets a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix).
Syntax
'Declaration
 
ReadOnly Property Names As INames
'Usage
 
Dim instance As IWorksheet
Dim value As INames
 
value = instance.Names
INames Names {get;}

Property Value

The Names collection that represents all the worksheet-specific names.
See Also

Reference

IWorksheet Interface
IWorksheet Members