Returns a data cell at the specified row and column.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As DataCell
Get
‘사용 방법
Dim instance As DataCellCollection
Dim row As Integer
Dim column As Integer
Dim value As DataCell
value = instance(row, column)
public DataCell this[
int row,
int column
] { get; }
public:
property DataCell^ default[int row, int column] {
DataCell^ get (int row, int column);
}
member Item : DataCell
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- row
유형: System.Int32
The row number of the data cell to retrieve.
- column
유형: System.Int32
The column number of the data cell to retrieve.
속성 값
유형: Microsoft.ReportingServices.ReportRendering.DataCell
A DataCell object.