SetFooterCellAlignment

Change the alignment of a footer cell

WSupported on Windows

 

 

 

status = %AX_CALL(axlist_id, "SetFooterCellAlignment", 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 modified. (n)

justification

One of the following: (n)

1 = Left-justified

2 = Centered

3 = Right-justified

Discussion

The SetFooterCellAlignment method sets the justification of the footer specified by column.

See also

Examples

See the GetFooterCell Examples.