📚 SAP Business One SDK Help

VisualOrder Property
See Also 

Description

Sets or returns the appearance order of the bank statement line.

Field name: VisOrder.

Property type

Read-write property

Syntax

Visual Basic
Public Property VisualOrder() As Long

Remarks

By default, the visual order number equals to the Sequence number. To add a row between exiting rows, set the VisualOrder value to the required row number and call the Add method.

See Also