Item 屬性
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.