Bagikan melalui


DataCellCollection.Item[Int32, Int32] Properti

Definisi

Mengembalikan sel data pada baris dan kolom yang ditentukan.

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

Parameter

row
Int32

Nomor baris sel data yang akan diambil.

column
Int32

Nomor kolom sel data yang akan diambil.

Nilai Properti

Objek DataCell.

Berlaku untuk