GetData method: CubeCollection class
Syntax
GetData(&DataRowset, StartRow, EndRow[, NetChanges])
Description
Use the GetData method to populate a rowset with data from the cube collection.
DataRowset is the rowset into which is put the data. If you specify an already instantiated rowset, the given rowset is populated with the data. If you specify a rowset that has not been instantiated, a new rowset is created, with the record field definition of the desired cube collection.
Parameters
| Parameter | Description |
|---|---|
|
&DataRowset |
Specify the rowset into which to put the data. If you specify an already instantiated rowset, the given rowset is populated with the data. If you specify a rowset that has not been instantiated, a new rowset is created, with the record field definition of the desired cube collection. |
|
StartRow |
Specify the first row of data to be retrieved, as an integer. |
|
EndRow |
Specify the last row of data to be retrieved, as an integer. If you specify a zero for this parameter, all rows are retrieved. |
|
NetChanges |
Specify whether all values within the range are returned, or whether just values changed since the last time the Recalculate method was used. This parameter takes a Boolean value: true, return all values, false, return just the changed values. The default value is false. |
Returns
None.