RowTexts Property (SLDataGrid)

Class

SLDataGrid.

Action

Gets a list of row texts in the data grid. The text for every row is returned as a string that contains the text of every cell separated with a blank character.

If the data grid has a vertical scroll bar, rows which are not in the visible area of the data grid return an empty text. In order to retrieve the text of such a row it needs to be scrolled into view first.

Syntax

'Declaration
Protected Read Property RowTexts As List(Of String)

Access

Read only.