The list of all column footer values, formatted using the column footer's format settings.

Usage

Set_Property(OLECtrlEntID, "OLE.ColumnFooterListFormatted", Array)

Values

Array is an @FM delimited list of values.

Remarks

The ColumnFooterListFormatted property is a read only property that returns the list of all footer values formatted according to each column footer's format setting. The returned list is @FM delimited.

Example

// Get all footer values in an array, formatted accordingly
FooterList = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnFooterListFormatted")

See Also

ColumnFooterTextFormattedColumnFooterList

  • No labels