GetRowTotalLevel Method (SapGridView)

Class

SapGridView.

Action

Gets the level of the row.

Syntax

C#
rowTotalLevel = gridView.GetRowTotalLevel(row)
VB
rowTotalLevel = gridView.GetRowTotalLevel(row)
Variable Description
rowTotalLevel Integer.
row Index of the row. The value is zero-based. Integer.