Excel for WinRT
Item(String) Property


Gets the XLSheet with the given name (case-insensitive).
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim name As System.String
Dim value As XLSheet
 
value = instance.Item(name)
public XLSheet Item( 
   System.string name
) {get;}

Parameters

name
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback