SpreadsheetGear 2023
Item(String) Property


SpreadsheetGear Namespace > ISheets Interface > Item Property : Item(String) Property
Specifies the name of the sheet to return.
Returns the sheet with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As ISheet
'Usage
 
Dim instance As ISheets
Dim name As System.String
Dim value As ISheet
 
value = instance.Item(name)
ISheet Item( 
   System.string name
) {get;}

Parameters

name
Specifies the name of the sheet to return.

Property Value

The returned sheet will be an instance of IWorksheet, IChart, IModule or IDialogSheet.
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

ISheets Interface
ISheets Members
Overload List