SetColumnWidth Method (SapGridView)
Class
SapGridView
.
Action
Sets the width of the specified column.
Syntax
C#
gridView
.
SetColumnWidth
(
column
,
width
)
VB
gridView
.
SetColumnWidth
(
column
,
width
)
Variable
Description
column
Column identifier.
String
.
width
Width.
Integer
.