Returns arrays of the data and descriptions for the specified cell’s line items.
Syntax
<HFMwData>.GetTextCellLineItems bstrScenario, bstrYear, bstrPeriod, bstrEntity, bstrAccount, bstrICP, bstrCustom1, bstrCustom2, bstrCustom3, bstrCustom4, pvarabstrData, pvarabstrDetails
Argument | Description |
---|
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. |
bstrICP | The name of the cell’s Intercompany Partner dimension member. Input argument. String subtype. |
bstrCustom1 | The name of the cell’s Custom 1 dimension member. Input argument. String subtype. |
bstrCustom2 | The name of the cell’s Custom 2 dimension member. Input argument. String subtype. |
bstrCustom3 | The name of the cell’s Custom 3 dimension member. Input argument. String subtype. |
bstrCustom4 | The name of the cell’s Custom 4 dimension member. Input argument. String subtype. |
pvarabstrData | Returns an array of strings that contain the cell’s line item data. Output argument. |
pvarabstrDetails | Returns an array of strings that contain the cell’s line item descriptions. This array has a one-to-one correspondence with the array returned by the pvarabstrData argument. Output argument. |
Example
GetTextCellLineItems is used in the example for DeleteLineItemDetails.