'Declaration
Public Function New( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal length As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer _ )
Parameters
- startRow
- Starting row position.
- startColumn
- Starting column position.
- length
- Field length.
- endRow
- Ending row position.
- endColumn
- Ending column position.