SetTextCellsLineItems

Appends or updates line items for the specified cells.

The cells’ dimension members are passed in arrays that have a one-to-one correspondence with each other.

Syntax

<HFMwData>.SetTextCellsLineItems varabstrScenario, varabstrYear, varabstrPeriod, varabstrEntity, varabstrAccount, varabstrICP, varabstrCustom1, varabstrCustom2, varabstrCustom3, varabstrCustom4, varabstrData, varabstrDetail

Argument

Description

varabstrScenario

An array of strings containing the names of the cells’ scenarios.

Input argument.

varabstrYear

An array of strings containing the names of the cells’ years.

Input argument.

varabstrPeriod

An array of strings containing the names of the cells’ periods.

Input argument.

varabstrEntity

An array of strings containing the names of the cells’ entities.

Input argument.

varabstrAccount

An array of strings containing the names of the cells’ accounts.

Input argument.

varabstrICP

An array of strings containing the names of the cells’ Intercompany Partner dimension members.

Input argument.

varabstrCustom1

An array of strings containing the names of the cells’ Custom 1 dimension members.

Input argument.

varabstrCustom2

An array of strings containing the names of the cells’ Custom 2 dimension members.

Input argument.

varabstrCustom3

An array of strings containing the names of the cells’ Custom 3 dimension members.

Input argument.

varabstrCustom4

An array of strings containing the names of the cells’ Custom 4 dimension members.

Input argument.

varabstrData

An array of strings containing the line item data to be added to the cells, formatted according to the connected user’s preferences.

Tip:

The HFMwSession component provides access to user preferences. For details, see HFMwSession Type Library.

Input argument.

varabstrDetail

An array of strings containing the line item descriptions to be added to the cells.

Input argument.