GetCellWidth Method (SapGridView)

Class

SapGridView.

Action

Gets the width of the specified cell.

Syntax

C#
cellWidth = gridView.GetCellWidth(row, column)
VB
cellWidth = gridView.GetCellWidth(row, column)
Variable Description
cellWidth Integer.
row Index of the row. The value is zero-based. Integer.
column Column identifier. String.