Gets or sets the
DataCell with the specified column ordinal.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DataCell this[
int columnOrdinal,
int rowOrdinal
] { get; set; }
Public Default Property Item (
columnOrdinal As Integer,
rowOrdinal As Integer
) As DataCell
Get
Set
public:
property DataCell^ default[int columnOrdinal, int rowOrdinal] {
DataCell^ get (int columnOrdinal, int rowOrdinal);
void set (int columnOrdinal, int rowOrdinal, DataCell^ value);
}
member Item : DataCell with get, set
Parameters
- columnOrdinal
- Type: SystemInt32
The column ordinal. - rowOrdinal
- Type: SystemInt32
The row ordinal.
Property Value
Type:
DataCellThe
DataCell.
Return Value
Type:
DataCellThe data cell or
if cell is not found.
See Also