Spread Windows Forms 12.0 Product Documentation
Find(Int32,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRangeManager Interface > Find Method : Find(Int32,Int32) Method
Row index
Column Index
Finds an ITableRange from specified row and column.
Syntax
'Declaration
 
Overloads Function Find( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ITableRange
'Usage
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim column As Integer
Dim value As ITableRange
 
value = instance.Find(row, column)
ITableRange Find( 
   int row,
   int column
)

Parameters

row
Row index
column
Column Index

Return Value

An ITableRange object. Null if not found
See Also

Reference

ITableRangeManager Interface
ITableRangeManager Members
Overload List