ActiveReports Developer 7
GetCellAt Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > IGrid Interface : GetCellAt Method

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

Glossary Item Box

Obtains IGridCell given row and column numbers.

Syntax

Visual Basic (Declaration) 
Function GetCellAt( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IGridCell
C# 
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