TreeView.ColumnHeaderText Method
Sets or gets the header text for a specific column header.

ColumnHeaderText(
index
as Integer)
as String

ColumnHeaderText(
index
as Integer
assigns value
as String)
Parameters
- index
- The index of the header to set or get the text for.
- value (assignment parameter)
- The text value to put in the header when using the setter.
Returns
- String
- Returns the text value from the header when using the getter.
Remarks
The first column header is number zero.
See Also
TreeView Control