GetColumnHeaderAlign
From IfsoGUIWiki
Contents |
Declaration
GetColumnHeaderAlign:Int(iColumn:Int)
Returns the Alignment of the column header text.
Returns
The alignment of the text in the column headers. Returns one of:
- ifsoGUI_JUSTIFY_LEFT:Int - Cell text is aligned left.
- ifsoGUI_JUSTIFY_CENTER:Int - Cell text is centered.
- ifsoGUI_JUSTIFY_RIGHT:Int - Cell text is aligned right.
Parameters
- iColumn:Int - Column to return.
Gadget Information
Pertains to Multi-Column Listbox.
