ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / Item Property
The row index of the cell.
The column index of the 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 index of the cell.
    column
    The column index of the cell.

    Property Value

    The DataCell located at the specified row and column indices.
    See Also