Spread Silverlight Documentation
Item(String) Property


The name of the sheet.
Gets the worksheet with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Worksheet
'Usage
 
Dim instance As Workbook
Dim name As System.String
Dim value As Worksheet
 
value = instance.Item(name)
public Worksheet Item( 
   System.string name
) {get;}

Parameters

name
The name of the sheet.

Property Value

The worksheet with the specified name.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.