SelectAll Method (SapGridView)

Class

SapGridView.

Action

Selects the whole grid content (i.e. all rows and all columns).

Syntax

C#
gridView.SelectAll()
VB
gridView.SelectAll()