GetCellWidth Method (SapGridView)
Class
SapGridView
class
Action
Gets the width of the specified cell.
Syntax
iCellWidth
=
gridView
.
GetCellWidth
(
row
,
column
)
Variable
Description
iCellWidth
INTEGER.
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.