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 (25.3.0.1000)
Syntaxpublic 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, 
DataCell
See Also