InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / Columns Property


In This Topic
    Columns Property (IT27Screen)
    In This Topic
    Gets the number of columns in the screen.
    Syntax
    'Declaration
     
    
    ReadOnly Property Columns As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    value = instance.Columns
    int Columns {get;}
    See Also