Expand Method (ITreeViewTable)

Expands an expandable node in a tree table. This method has multiple overloads.

Expand Method (Int32)

Expands an expandable node in a tree table.

C# Syntax

void Expand ( 
   int index
)

Parameters

index
The 0-based index of the node or row to expand .

Expand Method (String)

Expands an expandable node in a tree table.

C# Syntax
void Expand (
   string nodePath
)

Parameters

nodePath

The full path of the node to expand within the tree table.