Gets the data cells for the current instance.
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 Dictionary<KeyValuePair<int, int>, DataCell> Cells { get; }
Public ReadOnly Property Cells As Dictionary(Of KeyValuePair(Of Integer, Integer), DataCell)
Get
public:
property Dictionary<KeyValuePair<int, int>, DataCell^>^ Cells {
Dictionary<KeyValuePair<int, int>, DataCell^>^ get ();
}
member Cells : Dictionary<KeyValuePair<int, int>, DataCell> with get
Property Value
Type:
DictionaryKeyValuePairInt32,
Int32,
DataCellSee Also