Spread Silverlight Documentation
Item Property (WorksheetCollection)


The sheet name for which to search.
Gets the Worksheet with the specified name.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal name As System.String _
) As Worksheet
'Usage
 
Dim instance As WorksheetCollection
Dim name As System.String
Dim value As Worksheet
 
instance.Item(name) = value
 
value = instance.Item(name)
public new Worksheet this[ 
   System.string name
]; {get; set;}

Parameters

name
The sheet name for which to search.

Property Value

The Worksheet object with the 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

WorksheetCollection Class
WorksheetCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.