The XMLDoc_AddLineItemValue procedure of the syListObj form adds a column value to the end of the current line item row in the Information Pane.
XMLDoc_AddLineItemValue of form syListObj, XML_state, row_element, value {, right_align} {, URL})
• XML_state – A field of the type ListPrevPaneXMLState that contains the state information for the Information Pane XML document.
• row_element – A reference to the current row element to which a line item value is being added.
• value – A string specifying the value to add.
• right_align – An optional boolean. The value true indicates the value will be right-aligned, while the value false indicates the value will be left-aligned. The default is left-aligned.
• URL – An optional string. The value specifies the URL to associate with the item being added.