CreateRow Method (ViewRowCollection)
In This Topic
Creates a new item directly in the view, and a view row associated with it, and adds it to the
ViewRowCollection.
Syntax
'Declaration
Public Function CreateRow() As ViewRow
public ViewRow CreateRow()
Return Value
The newly created view row.
See Also