Appends or updates line items for the specified cells. Line item data is passed in a String array.
To update cells by passing data in a Double array, use SetCellsLineItems. |
The cells’ dimension members are passed in arrays that have a one-to-one correspondence with each other.
<HsvData>.SetTextCellsLineItems varalScenario, varalYear, varalPeriod, varalEntity, varalAccount, varalICP, varalCustom1, varalCustom2, varalCustom3, varalCustom4, varabstrData, varabstrDetail
Long array (ByVal). The member IDs of the cells' Scenario dimension members. | |
Long array (ByVal). The member IDs of the cells' Year dimension members. | |
Long array (ByVal). The member IDs of the cells' Period dimension members. | |
Long array (ByVal). The member IDs of the cells' Entity dimension members. | |
Long array (ByVal). The member IDs of the cells' Account dimension members. Use HsvAccounts.UsesLineItems to check whether an account supports line items. | |
Long array (ByVal). The member IDs of the cells' Intercompany Partner dimension members. | |
Long array (ByVal). The member IDs of the cells' Custom 1 dimension members. | |
Long array (ByVal). The member IDs of the cells' Custom 2 dimension members. | |
Long array (ByVal). The member IDs of the cells' Custom 3 dimension members. | |
Long array (ByVal). The member IDs of the cells' Custom 4 dimension members. | |
String array (ByVal). The data to be added to the cells, formatted according to the user’s preferences. | |
String array (ByVal). The line item descriptions that identify the line item details to be updated. |
The following example adds data for two line items. The example assumes that the member ID arrays passed to SetTextCellsLineItems have been previously set.