ActiveReports 12
GetCellAt Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > IGrid Interface : 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 Integer, _
   ByVal column As Integer _
) As IGridCell
IGridCell GetCellAt( 
   int row,
   int column
)

Parameters

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

Reference

IGrid Interface
IGrid Members