GetFooterCellAlignment
Retrieve the alignment of a footer cell
WTSupported in traditional Synergy on Windows
|
|
|
|
status = %AX_CALL(axlist_id, "GetFooterCellAlignment", column, justification)
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 justification is being retrieved. (n)
justification
One of the following: (n)
1 = Left-justified
2 = Centered
3 = Right-justified
Discussion
The GetFooterCellAlignment method retrieves the justification of the footer specified by column.
See also
- SetFooterCellAlignment method
- %AX_CALL routine