This method clears the contents of the Grid control, including all text and cell formatting.
grid.Clear
None.
Clear does not affect the number of rows and columns on the Grid control. To remove rows instead of simply clearing them, use the RemoveItem method.