Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenRegion Class / ScreenRegion Constructor


In This Topic
    ScreenRegion Constructor
    In This Topic
    ScreenRegion constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal endRow As Integer, _
       ByVal endColumn As Integer, _
       ByVal selectionMode As SelectionModeOption _
    )
    'Usage
     
    
    Dim startRow As Integer
    Dim startColumn As Integer
    Dim endRow As Integer
    Dim endColumn As Integer
    Dim selectionMode As SelectionModeOption
     
    Dim instance As New ScreenRegion(startRow, startColumn, endRow, endColumn, selectionMode)

    Parameters

    startRow
    startColumn
    endRow
    endColumn
    selectionMode
    See Also