InsertNewRow - cWebList

Instructs the client to insert a new row above the current row of the grid

Type: Procedure

Parameters: None

Syntax
Procedure InsertNewRow 

Call: 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.

See Also

AppendNewRow