ADOMD .NET CellSets
From: Steve Hughes (Hughes_at_discussions.microsoft.com)
Date: 10/07/04
- Previous message: Akshai Mirchandani [MS]: "Re: XMLAnalysisError.88BA0807 revisted"
- Next in thread: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"
- Reply: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"
- Messages sorted by: [ date ] [ thread ]
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
- Previous message: Akshai Mirchandani [MS]: "Re: XMLAnalysisError.88BA0807 revisted"
- Next in thread: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"
- Reply: Mary Potapova [MS]: "Re: ADOMD .NET CellSets"
- Messages sorted by: [ date ] [ thread ]