MethodCellSet
DescriptionReturns the ADOMD.CellSet object or representation of the current cube query.
Return typeADOMD.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))
ExplanationCreates 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
NotesYou can use a reference in your VB project to the library Microsoft ActiveX Data Objects (Multidimensional)" and use:
Dim m_csCellSet as new ADOMD.Cellset