Remove all rows

I need to be able to get all of the rows in my graph so I can remove them. I have a remove function working on rows i have selected but I would like one that works without having to select a row. I am not having any luck finding a function if one exists do do this.



Thank you

-Nick

To remove all rows from grid
    grid.clearAll();