Returns the sheet with the specified name.
'Declaration
Overloads ReadOnly Property Item( _
ByVal 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
) {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.
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