ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IGrid Interface / GetCellAt Method

In This Topic
    GetCellAt Method
    In This Topic
    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
    column
    See Also