다음을 통해 공유


DataCellCollection.Item[Int32, Int32] 속성

정의

지정한 행 및 열에 있는 데이터 셀을 반환합니다.

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

매개 변수

row
Int32

검색할 데이터 셀의 행 수입니다.

column
Int32

검색할 데이터 셀의 열 수입니다.

속성 값

DataCell 개체입니다.

적용 대상