Returns the ADOMD.CellSet object or representation of the current cube query.
Return type
ADOMD.CellSet
Parameters
Example
Dim m_csCellSet As Object
Set m_csCellSet = CreateObject("ADOMD.CellSet")
Set m_csCellSet = Cube1.CellSet
call msgBox( _
m_csResults.Axes(0).Positions(0).Members(0).UniqueName)
call msgBox(m_csResults.Axes(0, 0))
Explanation
Creates an ADOMD.Cellset object from the control with the current view and prints the first horizontal dimension member and its top left value.
See also
Notes
You can use a reference in your VB project to the library Microsoft ActiveX Data Objects (Multidimensional)" and use: