[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrixCellCollection.Item

this Property

this[int, int]

Gets the matrix cell by the specified row and column index.

Declaration
IMatrixCell this[int row, int column] { get; }
Parameters
Type Name Description
int row

The row index of the matrix cell.

int column

The column index of the matrix cell.

Property Value
Type Description
IMatrixCell

The IMatrixCell at the specified row and column index.