public static Workbook this[ Object index ] { get; }
Public Shared ReadOnly Property Workbooks ( index As Object ) As Workbook Get Dim index As Object Dim value As Workbook value = ExcelHelper.Workbooks(index)
In This Article