SpreadsheetGear 2017
Names Property (IWorksheet)






SpreadsheetGear Namespace > IWorksheet Interface : Names Property
Returns the collection of worksheet specific defined names associated with this worksheet.
Syntax
'Declaration
 
ReadOnly Property Names As INames
'Usage
 
Dim instance As IWorksheet
Dim value As INames
 
value = instance.Names
INames Names {get;}
read-only property Names: INames; 
function get Names : INames
__property INames* get_Names();
property INames^ Names {
   INames^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheet Interface
IWorksheet Members