SpreadsheetGear 2017
Item(String) Property






SpreadsheetGear Namespace > IWorkbooks Interface > Item Property : Item(String) Property
The name of the workbook to return.
Returns the specified workbook.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As IWorkbook
'Usage
 
Dim instance As IWorkbooks
Dim name As System.String
Dim value As IWorkbook
 
value = instance.Item(name)
IWorkbook Item( 
   System.string name
) {get;}
read-only property Item( 
    name: System.String
): IWorkbook; 
function get Item( 
   name : System.String
) : IWorkbook
__property IWorkbook* get_Item( 
   System.string* name
);
property IWorkbook^ Item {
   IWorkbook^ get(System.String^ name);
}

Parameters

name
The name of the workbook to return.
Requirements

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

See Also

Reference

IWorkbooks Interface
IWorkbooks Members
Overload List