NumCols

NumCols is the number of columns in this connection’s presentation space. The NumCols property is a Long data type and is read-only. The following example shows this property.

:

' Create an lsxECLPS object associated with connection A
dim myPSOBj as new lsxECLPS("A")
 
dim Cols as Long
 
' Get the number of columns in our presentation space
Cols = myPSObj.NumCols