ActiveReports 8
GetCellAt Method

The row number of the cell.
The column number of the cell.
Obtains IGridCell given row and column numbers.
Syntax
'Declaration
 
Function GetCellAt( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IGridCell
IGridCell GetCellAt( 
   System.int row,
   System.int column
)

Parameters

row
The row number of the cell.
column
The column number of the cell.
See Also

Reference

IGrid Interface
IGrid Members

Support Forum