string GetText( int startRow, int startColumn, int endRow, int endColumn )
'Declaration Overloads Function GetText( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ ) As String
'Declaration
Overloads Function GetText( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ ) As String
'Usage Dim instance As IScreen Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim value As String value = instance.GetText(startRow, startColumn, endRow, endColumn)
'Usage
Dim instance As IScreen Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim value As String value = instance.GetText(startRow, startColumn, endRow, endColumn)
IScreen Interface IScreen Members Overload List