Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbooks Interface > Item Property : Item(String) Property
Gets the specified IWorkbook by the IWorkbook name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As IWorkbook
'Usage
 
Dim instance As IWorkbooks
Dim name As String
Dim value As IWorkbook
 
value = instance.Item(name)
IWorkbook Item( 
   string name
) {get;}

Parameters

name

Property Value

The IWorkbook which has the specified name.
See Also

Reference

IWorkbooks Interface
IWorkbooks Members
Overload List