The list of all column footer values.

 

Usage

Get_Property(OLECtrlEntID, "OLE.ColumnFooterList")

Values

Array is an @FM delimited list of values.

Remarks

The ColumnFooterList property is a read only property the returns the list of all footer values as an @FM delimited array.

Example

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

See Also

ColumnFooterTextColumnFooterListFormatted

  • No labels