Description
Inserts a blank line into a grid during KFI verification. There are two parameters: vbInsertBefore and nLineNo.
Applicable Events
Pre-Verify, Interactive,Verification Function Key
Syntax
Zone.InsertLineInGrid vbInsertBefore, nLineNo
Parameters
Object is a reference to the Zone object. For more information, see Zone Object (page Zone Object).
InsertLineInGrid is the command.
vbInsertBefore is a true for false value indicating whether the new line should be added before or after the specified line.
nLineNo is the line number that the new line should be added before or after.
Example
'Insert a line after line #1.
Column1.InsertLineInGrid False, 1