TreeView.displayDataColumns

Show the data columns that relate to the indexes passed.

class TreeView
displayDataColumns
(
this T
)
(
int[] indexes
)

Parameters

indexes int[]

The indexes of the data columns to show.

Return Value

Type: auto

This widget to aid method chaining.

Meta