GetRegionsForCell

Returns the display names and corresponding drill-through URLs for the region defined by a Scenario, Year, Period, Entity, and Account.

Syntax

<HFMwData>.GetRegionsForCell bstrLanguage, bstrScenario, bstrYear, bstrPeriod, bstrEntity, bstrAccount, pvarabstrDisplayNames, pvarabstrUrls
ArgumentDescription
bstrLanguage

String (ByVal). The two-letter language code representing the language in which to return the string. To obtain language codes, use GetLanguageCountryCodeFromLanguageId

Input argument. String subtype.

bstrScenario

The name of the cell's scenario.

Input argument. String subtype.

bstrYear

The name of the cell's year.

Input argument. String subtype.

bstrPeriod

The name of the cell's period.

Input argument. String subtype.

bstrEntity

The name of the cell's entity.

Input argument. String subtype.

bstrAccount

The name of the cell's account.

Input argument. String subtype.

pvarabstrDisplayNames

Returns an array of strings that contains the display names of the drillable regions.

Input/output argument.

pvarabstrUrls

Returns an array of strings that contains the drill-through URLs of the drillable regions.

Input/output argument.