IsExpanded Method (SwfDataGrid)

Class

SwfDataGrid.

Action

Tests whether the property is expanded in a .NET data grid control.

Syntax

bExpanded = IsExpanded (iRow)
Variable Description
bExpanded TRUE if the row is expanded, FALSE if it is not. BOOLEAN.
iRow The DataGridRow to test. INTEGER.