[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection.Item

this Property

this[int, int]

Gets the DataCell with the specified row and column.

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

The row index of the cell.

int column

The column index of the cell.

Property Value
Type Description
DataCell

The DataCell located at the specified row and column indices.