ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / Item Property
The row of a cell.
The column of a cell.

In This Topic
    Item Property (DataCellCollection)
    In This Topic
    Gets the DataCell with the specified row and column.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Default Property Item( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As DataCell
    public abstract DataCell this[ 
       int row,
       int column
    ]; {get;}

    Parameters

    row
    The row of a cell.
    column
    The column of a cell.
    See Also