IsCellTotalExpander Method (SapGridView)

Class

SapGridView.

Action

Returns true if the specified cell contains a total expander button.

Syntax

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