Action
               
               Gets the texts of the selected cells in the data grid or an empty list if no cells are selected.
               
            
            
            
               Syntax
               
               
               C#
                  
protected List(Of String) SelectedCellTexts { get; }
                  VB
                  
'Declaration
Protected Read Property SelectedCellTexts As List(Of String)
                   
            
            
               
Access
               
               Read only.