'Declaration
Overloads Function Find( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As List(Of ITableRange)
'使用法
Dim instance As ITableRangeManager
Dim row As Integer
Dim col As Integer
Dim rowCount As Integer
Dim colCount As Integer
Dim value As List(Of ITableRange)
value = instance.Find(row, col, rowCount, colCount)