HostField Constructor(Int32,Int32,Int32,Int32,Int32,String)
In This Topic
Initializes a new instance of the HostField class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal startColumn As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal endColumn As Integer, _
ByVal As String _
)
'Usage
Dim startRow As Integer
Dim startColumn As Integer
Dim length As Integer
Dim endRow As Integer
Dim endColumn As Integer
Dim text As String
Dim instance As New HostField(startRow, startColumn, length, endRow, endColumn, text)
Parameters
- startRow
- Starting row position.
- startColumn
- Starting column position.
- length
- Field length.
- endRow
- Ending row position.
- endColumn
- Ending column position.
- text
- Field text.
See Also