ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IGrid Interface / GetCellAt Method
The row number of the cell.
The column number of the cell.

In This Topic
    GetCellAt Method
    In This Topic
    Obtains an IGridCell given the 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.

    Return Value

    The IGridCell at the specified row and column.
    See Also