SequenceNumberIncrement Property
In This Topic
Gets or sets a value specifying the increment (0-99999999) to increase each new line number. For example, if the SequenceNumberBase is 100 and you set SequenceNumberIncrement to 100, the first line of data will be numbered 100, the second line of data will be numbered 200, and so forth.
Syntax
expression.SequenceNumberIncrement As Integer
where
expression is a variable that represents a
FileTransfer Object
See Also