'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As System.Integer _ ) As Worksheet
'Usage Dim instance As Workbook Dim index As System.Integer Dim value As Worksheet value = instance.Item(index)
public Worksheet Item( System.int index ) {get;}
Workbook Class Workbook Members Overload List