Gets a list of rows in the data grid.
If the data grid has a vertical scroll bar, rows which are not in the visible area of the data grid do not expose any information (e.g. text, caption). In order to interact with such a row or retrieve information about the row it needs to be scrolled into view first.
'Declaration Protected Read Property Rows As List(Of SLDataGridRow)