GetColumnCellAlign
From IfsoGUIWiki
Contents |
Declaration
GetColumnCellAlign:Int(iColumn:Int)
Returns the Alignment of the column cell text.
Returns
An integer value, 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.
