DataCellCollection.Item[Int32, Int32] Property

Definition

Returns a data cell at the specified row and column.

public:
 property Microsoft::ReportingServices::ReportRendering::DataCell ^ default[int, int] { Microsoft::ReportingServices::ReportRendering::DataCell ^ get(int row, int column); };
public Microsoft.ReportingServices.ReportRendering.DataCell this[int row, int column] { get; }
member this.Item(int * int) : Microsoft.ReportingServices.ReportRendering.DataCell
Default Public ReadOnly Property Item(row As Integer, column As Integer) As DataCell

Parameters

row
Int32

The row number of the data cell to retrieve.

column
Int32

The column number of the data cell to retrieve.

Property Value

A DataCell object.

Applies to