LabeledCellText

LabeledCellText retrieves the textual content from a Financial Management database connection through their ADM driver.

The syntax:

LabledCellText(“GridName”, Row, Column, Page, “Label”, [Attachments], [MemberOverride])

Where:

Examples:

LabeledCellText("Grid1", CUR, A, 1, "MATURITYDATE")

LabeledCellText("Grid1", 3, CUR, 1, "RATING", TRUE)

LabeledCellText("Grid1", 3, CUR, 1, "RATING", TRUE, Year=Quarter1)