MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB for OLAP Interfaces


 

IMDRangeRowset

IMDRangeRowset is an optional interface on the dataset object. This interface has a single method that is used to update the cells in a dataset.

Method Description
GetRangeRowset Gets a range rowset that is associated with the dataset. Each row in the range rowset corresponds to a cell in the dataset, and the columns represent the cell properties. This rowset is updatable and can be used to update the cells in the cube if the provider supports this feature.