GetHeaderCellAlignment

Retrieve the alignment of a header cell

WSupported on Windows

 

 

 

status = %AX_CALL(axlist_id, "GetHeaderCellAlignment", 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 header whose justification is being retrieved. (n)

justification

One of the following: (n)

1 = Left-justified

2 = Centered

3 = Right-justified

Discussion

The GetHeaderCellAlignment method retrieves the justification of the header specified by column.

See also