InsertNewRow - cWebList
Instructs the client to insert a new row above the current row of the grid
Type: Procedure
Syntax
Procedure InsertNewRow
Call Example
Send InsertNewRow
Description
Send InsertNewRow to instruct the client to insert a new row above the current row of the grid (cWebGrid). If pbOfflineEditing is False (the default), then InsertNewRow will, in turn, trigger the OnNewRow event.
This message has no effect on a cWebList object.