Grid.DeleteAllItems

Grid.DeleteAllItems (

string ObjectName )

Example 1

-- Delete everything from the Grid
Grid.DeleteAllItems("Grid1");

Deletes everything from the grid

See also: Related Actions