SetFooterCell
Change the text in an individual cell of a footer
WTSupported in traditional Synergy on Windows
|
|
|
|
status = %AX_CALL(axlist_id, "SetFooterCell", column, text)
Return value
status
Returns true if successful, otherwise false. (n)
Arguments
axlist_id
The ID for the ActiveX Toolkit list. This ID can be retrieved with L_STATUS. (n)
column
The column number of the footer whose text is being modified. (n)
text
The new footer text. (a)
Discussion
The SetFooterCell method sets the text in the footer for a specified column.
See also
- GetFooterCell method
- %AX_CALL routine
Examples
See the GetFooterCell Examples.