'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)
public ScreenRegion( int startRow, int startColumn, int endRow, int endColumn, SelectionModeOption selectionMode )
Parameters
- startRow
- startColumn
- endRow
- endColumn
- selectionMode