Columns

Returns the number of columns for the current host screen.


Syntax

FlexScreen.Columns


Example

Sub Main()

MsgBox FlexScreen.Columns

End Sub