GrapeCity.Xaml.SpreadSheet.Data
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 String _
) As Worksheet
'Usage
 
Dim instance As Workbook
Dim name As String
Dim value As Worksheet
 
value = instance.Item(name)
public Worksheet Item( 
   string name
) {get;}

Parameters

name
The name of the sheet.

Property Value

The worksheet with the specified name.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options