'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As Worksheet
'Usage Dim instance As Workbook Dim index As Integer Dim value As Worksheet value = instance.Item(index)
public Worksheet Item( int index ) {get;}
Target Platforms: Windows Server 2012, Windows RT
Workbook Class Workbook Members Overload List
Copyright © GrapeCity, inc. All rights reserved.