CellsetItem Property

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; }

Parameters

columnOrdinal
Type: SystemInt32
The column ordinal.
rowOrdinal
Type: SystemInt32
The row ordinal.

Property Value

Type: DataCell
The DataCell.

Return Value

Type: DataCell
The data cell or if cell is not found.
See Also