ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixCellCollection Interface / Item Property
The row index of the matrix cell.
The column index of the matrix cell.

In This Topic
    Item Property (IMatrixCellCollection)
    In This Topic
    Gets the matrix cell by the specified row and column index.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As IMatrixCell
    IMatrixCell this[ 
       int row,
       int column
    ]; {get;}

    Parameters

    row
    The row index of the matrix cell.
    column
    The column index of the matrix cell.

    Property Value

    The IMatrixCell at the specified row and column index.
    See Also