SelectedCells Property (SapGridView)

Class

SapGridView.

Action

Gets a list of strings that contains the selected cells, each of which has the format "<row>,<column id>".

Syntax

C#
protected List(Of String) SelectedCells { get; }
VB
'Declaration
Protected Read Property SelectedCells As List(Of String)

Access

Read only.