SelectColumn Method (ITreeViewTable)

Selects a column in a tree table. This method has multiple overloads.

SelectColumn Method (Int32)

Selects a column in a tree table by column index.

C# Syntax

void SelectColumn ( 
   int column
)

Parameters

column
The 0-based index of the column to select.

SelectColumn Method (String)

Selects a column in a tree table by column header.

C# Syntax
void SelectColumn (
   string columnHeader
)

Parameters

columnHeader

The header of the column to select.