ADOMD .NET CellSets

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Steve Hughes (Hughes_at_discussions.microsoft.com)
Date: 10/07/04

  • Next message: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"
    Date: Thu, 7 Oct 2004 09:11:02 -0700
    
    

    I am trying to get at cells in the ADOMD cellset. According to the
    documentation, it should be as follows:

    where:
    CellSet newCellSet = command.ExecuteCellSet();

    Cell newCell = newCellSet.Item(0)
    OR
    Cell newCell = newCellSet.Cells.Item(0)

    However, Item is not supported for the CellCollection object although it is
    referenced in the help file.

    Any ideas?

    Thanks,
    Steve Hughes
    Magenic Technologies


  • Next message: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"