The following example uses the ListView_ColumnGetAlignment() function to retrieve the alignment of the second column that was added to the Explorer List list view field.
local integer column_alignment; column_alignment = ListView_ColumnGetAlignment('Explorer List', 2);