virtual bool CODataset::GetRangeRowset(CRBase *pRBase, ULONG nStartCell, ULONG nEndCell, ULONG nPropSets=0, DBPROPSET *pPropSets=NULL);

Return Value

        true if successful; otherwise false.

Parameters

        [in] pRBase

                A pointer to a CRBase object.

        [in] nStartCell:

                A zero-indexed beginning cell ordinal.

        [in] nEndCell:

                A zero-indexed end cell ordinal.

        [in] nPropSets:

                The number of sets of rowset properties pointed by pPropSets.

        [in] pPropSets:

                A pointer to nPropSets sets of rowset properties.

Remark

       Opens a range rowset. Refers to IMDRangeRowset::GetRangeRowset. For how to use it, see the example OLAP.

CODataset Class Overview & Class Members