SetColumnOrder Method (SapGridView)
Class
SapGridView
.
Action
Sets the order of the columns.
Syntax
C#
gridView
.
SetColumnOrder
(
columns
)
VB
gridView
.
SetColumnOrder
(
columns
)
Variable
Description
columns
A list of column identifiers in the desired order.
List(Of
String
)
.