SessionDisplay.GetFieldsByRow Method

Definition

Overloads

GetFieldsByRow(Int16, Int16, Int16, String)
GetFieldsByRow(String, Int16, Int16)
GetFieldsByRow(String, Int16, Int16, Int16)
GetFieldsByRow(Int16, Int16, String)
GetFieldsByRow(Int16, Int16, Int16)
GetFieldsByRow(String, Int16)
GetFieldsByRow(Int16, String)
GetFieldsByRow(Int16, Int16)
GetFieldsByRow(Int16)

GetFieldsByRow(Int16, Int16, Int16, String)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row, short startingColumn, short endingColumn, System::String ^ endData);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row, short startingColumn, short endingColumn, string endData);
member this.GetFieldsByRow : int16 * int16 * int16 * string -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short, startingColumn As Short, endingColumn As Short, endData As String) As ScreenFieldCollection

Parameters

row
Int16
startingColumn
Int16
endingColumn
Int16
endData
String

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(String, Int16, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(System::String ^ searchText, short row, short startingColumn);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (string searchText, short row, short startingColumn);
member this.GetFieldsByRow : string * int16 * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (searchText As String, row As Short, startingColumn As Short) As ScreenFieldCollection

Parameters

searchText
String
row
Int16
startingColumn
Int16

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(String, Int16, Int16, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(System::String ^ searchText, short row, short startingColumn, short endingColumn);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (string searchText, short row, short startingColumn, short endingColumn);
member this.GetFieldsByRow : string * int16 * int16 * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (searchText As String, row As Short, startingColumn As Short, endingColumn As Short) As ScreenFieldCollection

Parameters

searchText
String
row
Int16
startingColumn
Int16
endingColumn
Int16

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(Int16, Int16, String)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row, short startingColumn, System::String ^ endData);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row, short startingColumn, string endData);
member this.GetFieldsByRow : int16 * int16 * string -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short, startingColumn As Short, endData As String) As ScreenFieldCollection

Parameters

row
Int16
startingColumn
Int16
endData
String

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(Int16, Int16, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row, short startingColumn, short endingColumn);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row, short startingColumn, short endingColumn);
member this.GetFieldsByRow : int16 * int16 * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short, startingColumn As Short, endingColumn As Short) As ScreenFieldCollection

Parameters

row
Int16
startingColumn
Int16
endingColumn
Int16

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(String, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(System::String ^ searchText, short row);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (string searchText, short row);
member this.GetFieldsByRow : string * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (searchText As String, row As Short) As ScreenFieldCollection

Parameters

searchText
String
row
Int16

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(Int16, String)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row, System::String ^ endData);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row, string endData);
member this.GetFieldsByRow : int16 * string -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short, endData As String) As ScreenFieldCollection

Parameters

row
Int16
endData
String

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(Int16, Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row, short startingColumn);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row, short startingColumn);
member this.GetFieldsByRow : int16 * int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short, startingColumn As Short) As ScreenFieldCollection

Parameters

row
Int16
startingColumn
Int16

Returns

ScreenFieldCollection

Applies to

GetFieldsByRow(Int16)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenFieldCollection ^ GetFieldsByRow(short row);
public Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection GetFieldsByRow (short row);
member this.GetFieldsByRow : int16 -> Microsoft.HostIntegration.SNA.Session.ScreenFieldCollection
Public Function GetFieldsByRow (row As Short) As ScreenFieldCollection

Parameters

row
Int16

Returns

ScreenFieldCollection

Applies to