You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The list of all column footer values.

 

Usage

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

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