Testing Siebel Business Applications > Functional Test Object Reference > SiebList Methods >

IsRowExpanded Method


The IsRowExpanded method returns a Boolean value indicating whether or not the specified row is expanded (for hierarchical lists). For nonhierarchical lists, IsRowExpanded always returns TRUE indicating that the row is expanded.

Available from

SiebList Object

Syntax

IsRowExpanded (RowNumber)

Argument
Description

RowNumber

An Integer that indicates the number of the row

Returns

A Boolean value indicating whether the row is expanded (TRUE) or collapsed (FALSE). Always returns TRUE for nonhierarchical lists.

Testing Siebel Business Applications Copyright © 2006, Oracle. All rights reserved.