public static Range Cells( Object index )
Public Shared Function Cells ( index As Object ) As Range Dim index As Object Dim returnValue As Range returnValue = ExcelHelper.Cells(index)
In This Article